Searched refs:iptunnel_xmit (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_tunnel_core.c | 172 iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, tos, ttl, df, xnet); in udp_tunnel_xmit_skb()
|
H A D | ip_tunnel_core.c | 50 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, in iptunnel_xmit() function 90 EXPORT_SYMBOL_GPL(iptunnel_xmit); variable
|
H A D | ip_tunnel.c | 669 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, proto, tos, ttl, in ip_md_tunnel_xmit() 858 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, tos, ttl, in ip_tunnel_xmit()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_tunnel_core.c | 190 iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, tos, ttl, df, xnet); in udp_tunnel_xmit_skb()
|
H A D | ip_tunnel_core.c | 50 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, in iptunnel_xmit() function 90 EXPORT_SYMBOL_GPL(iptunnel_xmit); variable
|
H A D | ip_tunnel.c | 650 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, proto, tos, ttl, in ip_md_tunnel_xmit() 837 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, tos, ttl, in ip_tunnel_xmit()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 422 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 450 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | sit.c | 1033 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, tos, ttl, in ipip6_tunnel_xmit()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | sit.c | 1034 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, protocol, tos, ttl, in ipip6_tunnel_xmit()
|
Completed in 14 milliseconds