Searched refs:ip6_tnl_rcv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_tunnel.h | 139 int ip6_tnl_rcv(struct ip6_tnl *tunnel, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_tunnel.h | 140 int ip6_tnl_rcv(struct ip6_tnl *tunnel, struct sk_buff *skb,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_gre.c | 515 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6gre_rcv() 517 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv() 588 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv() 591 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
|
H A D | ip6_tunnel.c | 922 int ip6_tnl_rcv(struct ip6_tnl *t, struct sk_buff *skb, in ip6_tnl_rcv() function 938 EXPORT_SYMBOL(ip6_tnl_rcv); variable
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_gre.c | 510 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6gre_rcv() 512 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv() 583 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv() 586 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
|
H A D | ip6_tunnel.c | 890 int ip6_tnl_rcv(struct ip6_tnl *t, struct sk_buff *skb, in ip6_tnl_rcv() function 906 EXPORT_SYMBOL(ip6_tnl_rcv); variable
|
Completed in 12 milliseconds