Searched refs:hdrt (Results 1 – 1 of 1) sorted by relevance
456 struct hdrtype_proc *hdrt; in ipv6_parse_exthdrs() local460 for (hdrt=hdrproc_lst; hdrt->type >= 0; hdrt++) { in ipv6_parse_exthdrs()461 if (hdrt->type == nexthdr) { in ipv6_parse_exthdrs()462 if ((nhoff = hdrt->func(skb_in, nhoff)) >= 0) { in ipv6_parse_exthdrs()