Home
last modified time | relevance | path

Searched refs:ip_tunnel_xmit (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/ipv4/
H A Dipip.c316 ip_tunnel_xmit(skb, dev, tiph, ipproto); in ipip_tunnel_xmit()
H A Dip_tunnel.c683 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev, in ip_tunnel_xmit() function
871 EXPORT_SYMBOL_GPL(ip_tunnel_xmit);
H A Dip_gre.c488 ip_tunnel_xmit(skb, dev, tnl_params, tnl_params->protocol); in __gre_xmit()
/linux-6.15/include/net/
H A Dip_tunnels.h385 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev,
/linux-6.15/net/ipv6/
H A Dsit.c1060 ip_tunnel_xmit(skb, dev, tiph, ipproto); in sit_tunnel_xmit__()