Searched refs:NEXTHDR_NONE (Results 1 – 7 of 7) sorted by relevance
21 (nexthdr == NEXTHDR_NONE) || in ipv6_ext_hdr()82 if (nexthdr == NEXTHDR_NONE) in ipv6_skip_exthdr()214 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()255 hp->nexthdr == NEXTHDR_NONE)) { in ipv6_find_hdr()
484 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
54 if (nexthdr == NEXTHDR_NONE) { in ipv6header_mt6()106 if (nexthdr != NEXTHDR_NONE && nexthdr != NEXTHDR_ESP) in ipv6header_mt6()
76 while (currenthdr != NEXTHDR_NONE && ip6t_ext_hdr(currenthdr)) { in dump_ipv6_packet()
534 if (nexthdr == NEXTHDR_NONE) { in find_prev_fhdr()
268 key->ip.proto = NEXTHDR_NONE; in parse_ipv6hdr()
43 #define NEXTHDR_NONE 59 /* No next header */ macro