Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv6/
Dexthdrs_core.c21 (nexthdr == NEXTHDR_AUTH) || in ipv6_ext_hdr()
102 } else if (nexthdr == NEXTHDR_AUTH) in ipv6_skip_exthdr()
266 } 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()
Dseg6_local.c717 case NEXTHDR_AUTH: in seg6_pop_srh()
Dip6_tunnel.c414 } else if (nexthdr == NEXTHDR_AUTH) { in ip6_tnl_parse_tlv_enc_lim()
/linux-6.6.21/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.c415 if (nexthdr == NEXTHDR_AUTH) in find_prev_fhdr()
/linux-6.6.21/include/net/
Dipv6.h43 #define NEXTHDR_AUTH 51 /* Authentication header. */ macro
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c11374 if (*nexthdr == NEXTHDR_AUTH) in bnxt_exthdr_check()