Home
last modified time | relevance | path

Searched refs:PKTSCHEDT_NONE (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_classq.c37 ASSERT(hostna->na_ifp->if_snd->ifcq_type != PKTSCHEDT_NONE); in fsw_classq_setup()
54 ASSERT(hostna->na_ifp->if_snd->ifcq_type != PKTSCHEDT_NONE); in fsw_classq_teardown()
/xnu-8020.140.41/bsd/net/altq/
H A Daltq.h64 #define ALTQT_NONE PKTSCHEDT_NONE /* reserved */
/xnu-8020.140.41/bsd/net/pktsched/
H A Dpktsched.h38 #define PKTSCHEDT_NONE 0 /* reserved */ macro
H A Dpktsched.c130 if (ifq->ifcq_type != PKTSCHEDT_NONE) { in pktsched_setup()
134 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in pktsched_setup()
H A Dpktsched_fq_codel.c1046 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in fq_if_setup_ifclassq()
/xnu-8020.140.41/bsd/net/classq/
H A Dclassq_subr.c117 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in ifclassq_setup()
168 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in ifclassq_teardown()
486 ifq->ifcq_type = PKTSCHEDT_NONE; in ifclassq_detach()
/xnu-8020.140.41/bsd/net/
H A Dif.c1913 u_int32_t sched_type = PKTSCHEDT_NONE, flags = 0; in ifioctl_linkparams()