Searched refs:iptunnel_xmit (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/net/ipv4/ |
H A D | ip_tunnel_core.c | 49 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, iptunnel_xmit() function 85 EXPORT_SYMBOL_GPL(iptunnel_xmit); variable
|
H A D | udp_tunnel.c | 95 return iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, udp_tunnel_xmit_skb()
|
H A D | ip_tunnel.c | 787 err = iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, ip_tunnel_xmit()
|
/linux-4.1.27/include/net/ |
H A D | ip_tunnels.h | 198 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
|
/linux-4.1.27/net/openvswitch/ |
H A D | vport-gre.c | 191 return iptunnel_xmit(skb->sk, rt, skb, fl.saddr, gre_tnl_send()
|
/linux-4.1.27/net/ipv6/ |
H A D | sit.c | 986 err = iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, ipip6_tunnel_xmit()
|
Completed in 140 milliseconds