]> 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)
commit4aa2a9ede7de74f39da1a2a11c2326adeded543d
tree06b2c8e831f66279c6acd772bf2830d4bea0bc2f
parent5f16be68c1c8581adce08256b5810dad0e4f7382
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