Searched refs:ip6_tnl_err (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/ipv6/ |
D | ip6_tunnel.c | 463 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err() function 572 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err() 661 err = ip6_tnl_err(skb, IPPROTO_IPV6, opt, &rel_type, &rel_code, in ip6ip6_err() 703 err = ip6_tnl_err(skb, IPPROTO_MPLS, opt, &rel_type, &rel_code, in mplsip6_err()
|