Home
last modified time | relevance | path

Searched refs:iptunnel_xmit (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/ipv4/
Dudp_tunnel.c96 return iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, in udp_tunnel_xmit_skb()
Dip_tunnel_core.c51 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, in iptunnel_xmit() function
87 EXPORT_SYMBOL_GPL(iptunnel_xmit);
Dip_tunnel.c799 err = iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, in ip_tunnel_xmit()
Dip_gre.c570 err = iptunnel_xmit(skb->sk, rt, skb, fl.saddr, in gre_fb_xmit()
/linux-4.4.14/include/net/
Dip_tunnels.h277 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
/linux-4.4.14/net/ipv6/
Dsit.c986 err = iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, in ipip6_tunnel_xmit()