Searched refs:ip6_tnl_rcv (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | ip6_tunnel.h | 137 int ip6_tnl_rcv(struct ip6_tnl *tunnel, struct sk_buff *skb,
|
/Linux-v4.19/net/ipv6/ |
D | ip6_gre.c | 532 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6gre_rcv() 534 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv() 603 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv() 606 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
|
D | ip6_tunnel.c | 863 int ip6_tnl_rcv(struct ip6_tnl *t, struct sk_buff *skb, in ip6_tnl_rcv() function 871 EXPORT_SYMBOL(ip6_tnl_rcv);
|