Searched refs:ip_tunnel_xmit (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/include/net/ |
H A D | ip_tunnels.h | 151 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev,
|
/linux-4.1.27/net/ipv4/ |
H A D | ip_gre.c | 246 ip_tunnel_xmit(skb, dev, tnl_params, tnl_params->protocol); __gre_xmit() 263 /* Pull skb since ip_tunnel_xmit() needs skb->data pointing ipgre_xmit()
|
H A D | ipip.c | 229 ip_tunnel_xmit(skb, dev, tiph, tiph->protocol); ipip_tunnel_xmit()
|
H A D | ip_tunnel.c | 638 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev, ip_tunnel_xmit() function 801 EXPORT_SYMBOL_GPL(ip_tunnel_xmit); variable
|
/linux-4.1.27/net/ipv6/ |
H A D | sit.c | 1012 ip_tunnel_xmit(skb, dev, tiph, IPPROTO_IPIP); ipip_tunnel_xmit()
|
Completed in 56 milliseconds