Lines Matching refs:nexthdr
2697 uint8_t nexthdr;
2710 nexthdr = ip6h->ip6_nxt;
2718 switch (nexthdr) {
2740 nexthdr = *nexthdrp;
2760 nexthdr = ipha->ipha_protocol;
2772 sel->ips_protocol = nexthdr;
2774 if ((nexthdr != IPPROTO_TCP && nexthdr != IPPROTO_UDP &&
2775 nexthdr != IPPROTO_SCTP && nexthdr != icmp_proto) ||
2797 if (nexthdr == icmp_proto) {
2825 uint8_t nexthdr;
2834 nexthdr = ip6h->ip6_nxt;
2835 switch (nexthdr) {
2856 nexthdr = *nexthdrp;
2867 nexthdr = ipha->ipha_protocol;
2870 sel->ips_protocol = nexthdr;
2871 if (nexthdr != IPPROTO_TCP && nexthdr != IPPROTO_UDP &&
2872 nexthdr != IPPROTO_SCTP && nexthdr != check_proto) {
2899 if (nexthdr == check_proto) {