Lines Matching refs:nexthdrp
544 uint8_t *nexthdrp; in icmp_inbound_verify_v6() local
574 if (!ip_hdr_length_nexthdr_v6(mp, ip6h, &hdr_length, &nexthdrp)) in icmp_inbound_verify_v6()
576 nexthdr = *nexthdrp; in icmp_inbound_verify_v6()
762 uint8_t *nexthdrp; in icmp_inbound_error_fanout_v6() local
775 if (!ip_hdr_length_nexthdr_v6(mp, ip6h, &hdr_length, &nexthdrp)) in icmp_inbound_error_fanout_v6()
777 nexthdr = *nexthdrp; in icmp_inbound_error_fanout_v6()
926 &unused_len, &nexthdrp) || in icmp_inbound_error_fanout_v6()
927 *nexthdrp == IPPROTO_IPV6) { in icmp_inbound_error_fanout_v6()
1814 uint8_t *nexthdrp; in icmp_param_problem_nexthdr_v6() local
1819 if (!ip_hdr_length_nexthdr_v6(mp, ip6h, &hdr_length, &nexthdrp)) { in icmp_param_problem_nexthdr_v6()
1827 offset = nexthdrp - mp->b_rptr; in icmp_param_problem_nexthdr_v6()
2597 uint8_t *nexthdrp) in ip_find_hdr_v6() argument
2728 if (nexthdrp != NULL) in ip_find_hdr_v6()
2729 *nexthdrp = nexthdr; in ip_find_hdr_v6()
3045 uint8_t *nexthdrp; in ipsec_needs_processing_v6() local
3069 nexthdrp = &ip6h->ip6_nxt; in ipsec_needs_processing_v6()
3075 switch (*nexthdrp) { in ipsec_needs_processing_v6()
3089 if (*nexthdrp == IPPROTO_DSTOPTS) in ipsec_needs_processing_v6()
3091 nexthdrp = &desthdr->ip6d_nxt; in ipsec_needs_processing_v6()
3106 nexthdrp = &rthdr->ip6r_nxt; in ipsec_needs_processing_v6()