Home
last modified time | relevance | path

Searched refs:ip_tunnel_rcv (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/net/
Dip_tunnels.h283 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
/Linux-v5.4/net/ipv4/
Dipip.c245 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
Dip_tunnel.c361 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, in ip_tunnel_rcv() function
434 EXPORT_SYMBOL_GPL(ip_tunnel_rcv);
Dip_gre.c321 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv()
362 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
/Linux-v5.4/net/ipv6/
Dsit.c742 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()