Searched refs:ip_tunnel_rcv (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 284 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 305 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipip.c | 248 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
|
H A D | ip_gre.c | 341 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv() 389 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
|
H A D | ip_tunnel.c | 376 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, in ip_tunnel_rcv() function 456 EXPORT_SYMBOL_GPL(ip_tunnel_rcv); variable
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipip.c | 245 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
|
H A D | ip_gre.c | 339 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv() 384 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
|
H A D | ip_tunnel.c | 362 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, in ip_tunnel_rcv() function 442 EXPORT_SYMBOL_GPL(ip_tunnel_rcv); variable
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | sit.c | 778 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | sit.c | 779 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
|
Completed in 16 milliseconds