diff options
author | Beniamino Galvani <[email protected]> | 2023-10-16 09:15:20 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-10-16 09:57:52 +0100 |
commit | bf3fcbf7e7a08015d3b169bad6281b29d45c272d (patch) | |
tree | 0dec4c3ede0bbfbea8217ac887e4b0a0f15abb91 /tools/perf/scripts/python | |
parent | 3c4fe89878feb57bea6ad9f14997298fddf8dc10 (diff) |
ipv4: rename and move ip_route_output_tunnel()
At the moment ip_route_output_tunnel() is used only by bareudp.
Ideally, other UDP tunnel implementations should use it, but to do so
the function needs to accept new parameters that are specific for UDP
tunnels, such as the ports.
Prepare for these changes by renaming the function to
udp_tunnel_dst_lookup() and move it to file
net/ipv4/udp_tunnel_core.c.
Suggested-by: Guillaume Nault <[email protected]>
Signed-off-by: Beniamino Galvani <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions