Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dipip.c256 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
H A Dip_tunnel.c376 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, in ip_tunnel_rcv() function
456 EXPORT_SYMBOL_GPL(ip_tunnel_rcv);
/linux/include/net/
H A Dip_tunnels.h404 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
/linux/net/ipv6/
H A Dsit.c781 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()