]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Create ip6_tnl_xmit
authorTom Herbert <tom@herbertland.com>
Sat, 30 Apr 2016 00:12:18 +0000 (17:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2016 23:23:31 +0000 (19:23 -0400)
commit208d64cb702f229e677cfc055fe119900f9465c6
tree06b2c8e831f66279c6acd772bf2830d4bea0bc2f
parent288f3b9e4622474d825db5a7ec4b2d4823be8038
ipv6: Create ip6_tnl_xmit

This patch renames ip6_tnl_xmit2 to ip6_tnl_xmit and exports it. Other
users like GRE will be able to call this. The original ip6_tnl_xmit
function is renamed to ip6_tnl_start_xmit (this is an ndo_start_xmit
function).

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_tunnel.h
net/ipv6/ip6_tunnel.c