Searched refs:ip_tunnel_xmit (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 268 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 289 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipip.c | 308 ip_tunnel_xmit(skb, dev, tiph, ipproto); in ipip_tunnel_xmit()
|
H A D | ip_tunnel.c | 682 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev, in ip_tunnel_xmit() function 870 EXPORT_SYMBOL_GPL(ip_tunnel_xmit); variable
|
H A D | ip_gre.c | 469 ip_tunnel_xmit(skb, dev, tnl_params, tnl_params->protocol); in __gre_xmit() 648 /* ip_tunnel_xmit() needs skb->data pointing to gre header. */ in ipgre_xmit()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipip.c | 305 ip_tunnel_xmit(skb, dev, tiph, ipproto); in ipip_tunnel_xmit()
|
H A D | ip_tunnel.c | 663 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev, in ip_tunnel_xmit() function 849 EXPORT_SYMBOL_GPL(ip_tunnel_xmit); variable
|
H A D | ip_gre.c | 464 ip_tunnel_xmit(skb, dev, tnl_params, tnl_params->protocol); in __gre_xmit() 642 /* ip_tunnel_xmit() needs skb->data pointing to gre header. */ in ipgre_xmit()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | sit.c | 1056 ip_tunnel_xmit(skb, dev, tiph, ipproto); in sit_tunnel_xmit__()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | sit.c | 1057 ip_tunnel_xmit(skb, dev, tiph, ipproto); in sit_tunnel_xmit__()
|
Completed in 15 milliseconds