]> git.baikalelectronics.ru Git - kernel.git/commit
tunnel: introduce udp_tun_rx_dst()
authorPravin B Shelar <pshelar@nicira.com>
Thu, 27 Aug 2015 06:46:50 +0000 (23:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 22:42:47 +0000 (15:42 -0700)
commitb541ee542c5f24d05b1f26de489a109d3384c744
tree2ebe4f224f810316d5b4f40131fe871bc7fb0ee6
parent34507b789e097fd80846855a5f2039f96940f414
tunnel: introduce udp_tun_rx_dst()

Introduce function udp_tun_rx_dst() to initialize tunnel dst on
receive path.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Reviewed-by: Jesse Gross <jesse@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/dst_metadata.h
include/net/udp_tunnel.h
net/ipv4/ip_gre.c
net/ipv4/udp_tunnel.c