Searched refs:iptunnel_xmit (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv4/ |
H A D | udp_tunnel.c | 96 return iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, udp_tunnel_xmit_skb()
|
H A D | ip_tunnel_core.c | 51 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, iptunnel_xmit() function 87 EXPORT_SYMBOL_GPL(iptunnel_xmit); variable
|
H A D | ip_gre.c | 570 err = iptunnel_xmit(skb->sk, rt, skb, fl.saddr, gre_fb_xmit()
|
H A D | ip_tunnel.c | 799 err = iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, ip_tunnel_xmit()
|
/linux-4.4.14/include/net/ |
H A D | ip_tunnels.h | 277 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
|
/linux-4.4.14/net/ipv6/ |
H A D | sit.c | 986 err = iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, ipip6_tunnel_xmit()
|
Completed in 225 milliseconds