Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dipip.c308 ip_tunnel_xmit(skb, dev, tiph, ipproto); in ipip_tunnel_xmit()
H A Dip_tunnel.c682 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev, in ip_tunnel_xmit() function
870 EXPORT_SYMBOL_GPL(ip_tunnel_xmit);
H A Dip_gre.c474 ip_tunnel_xmit(skb, dev, tnl_params, tnl_params->protocol); in __gre_xmit()
/openbmc/linux/include/net/
H A Dip_tunnels.h289 void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev,
/openbmc/linux/net/ipv6/
H A Dsit.c1057 ip_tunnel_xmit(skb, dev, tiph, ipproto); in sit_tunnel_xmit__()