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