Home
last modified time | relevance | path

Searched refs:NEXTHDR_AUTH (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/net/ipv6/
Dexthdrs_core.c21 (nexthdr == NEXTHDR_AUTH) || in ipv6_ext_hdr()
102 } else if (nexthdr == NEXTHDR_AUTH) in ipv6_skip_exthdr()
264 } else if (nexthdr == NEXTHDR_AUTH) { in ipv6_find_hdr()
Dxfrm6_output.c56 if (fh->nexthdr == NEXTHDR_ESP || fh->nexthdr == NEXTHDR_AUTH) in xfrm6_noneed_fragment()
Dip6_tunnel.c417 } else if (nexthdr == NEXTHDR_AUTH) { in ip6_tnl_parse_tlv_enc_lim()
/Linux-v6.1/net/ipv6/netfilter/
Dip6t_ipv6header.c73 else if (nexthdr == NEXTHDR_AUTH) in ipv6header_mt6()
89 case NEXTHDR_AUTH: in ipv6header_mt6()
Dip6t_ah.c45 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_AUTH, NULL, NULL); in ah_mt6()
Dnf_conntrack_reasm.c414 if (nexthdr == NEXTHDR_AUTH) in find_prev_fhdr()
/Linux-v6.1/include/net/
Dipv6.h43 #define NEXTHDR_AUTH 51 /* Authentication header. */ macro
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c11306 if (*nexthdr == NEXTHDR_AUTH) in bnxt_exthdr_check()