aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2023-10-16 09:15:26 +0200
committerDavid S. Miller <davem@davemloft.net>2023-10-16 09:57:52 +0100
commit6f19b2c136d98a84d79030b53e23d405edfdc783 (patch)
tree7a3fa61ef9e07cd1954083288aaf84131dbd1e39 /net/ipv4/tcp_output.c
parentdaa2ba7ed1d13740c1fb56533990f510ed973612 (diff)
downloadlinux-6f19b2c136d98a84d79030b53e23d405edfdc783.tar.gz
linux-6f19b2c136d98a84d79030b53e23d405edfdc783.tar.bz2
linux-6f19b2c136d98a84d79030b53e23d405edfdc783.zip
vxlan: use generic function for tunnel IPv4 route lookup
The route lookup can be done now via generic function udp_tunnel_dst_lookup() to replace the custom implementations in vxlan_get_route(). Note that this patch only touches IPv4, while IPv6 still uses vxlan6_get_route(). After IPv6 route lookup gets converted as well, vxlan_xmit_one() can be simplified by removing local variables that will be passed via "struct ip_tunnel_key", such as remote_ip, local_ip, flow_flags, label. Suggested-by: Guillaume Nault <gnault@redhat.com> Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions