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)
commit8eb30be0352d09165e94a41fef1c7b994dca0714
tree06b2c8e831f66279c6acd772bf2830d4bea0bc2f
parent308edfdf1563f78e93ebda9aee608279de1c5898
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