Searched refs:ip_tunnel_rcv (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/net/ |
D | ip_tunnels.h | 296 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
|
/linux-6.1.9/net/ipv4/ |
D | ipip.c | 247 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
|
D | ip_tunnel.c | 362 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, in ip_tunnel_rcv() function 429 EXPORT_SYMBOL_GPL(ip_tunnel_rcv);
|
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()
|
/linux-6.1.9/net/ipv6/ |
D | sit.c | 779 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
|