Searched refs:ip_tunnel_rcv (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ipip.c | 256 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
|
| H A D | ip_tunnel.c | 377 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, in ip_tunnel_rcv() function 457 EXPORT_SYMBOL_GPL(ip_tunnel_rcv);
|
| H A D | ip_gre.c | 356 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv() 407 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 417 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
|