Searched refs:NEXTHDR_AUTH (Results 1 – 6 of 6) sorted by relevance
20 (nexthdr == NEXTHDR_AUTH) || in ipv6_ext_hdr()101 } else if (nexthdr == NEXTHDR_AUTH) in ipv6_skip_exthdr()263 } else if (nexthdr == NEXTHDR_AUTH) { in ipv6_find_hdr()
438 } else if (nexthdr == NEXTHDR_AUTH) { in ip6_tnl_parse_tlv_enc_lim()
73 else if (nexthdr == NEXTHDR_AUTH) in ipv6header_mt6()89 case NEXTHDR_AUTH: in ipv6header_mt6()
48 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_AUTH, NULL, NULL); in ah_mt6()
544 if (nexthdr == NEXTHDR_AUTH) in find_prev_fhdr()
41 #define NEXTHDR_AUTH 51 /* Authentication header. */ macro