Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/bsd/net/altq/
H A Daltq.h64 #define ALTQT_NONE PKTSCHEDT_NONE /* reserved */
/xnu-8796.121.2/bsd/net/pktsched/
H A Dpktsched.h38 #define PKTSCHEDT_NONE 0 /* reserved */ macro
H A Dpktsched.c135 if (ifq->ifcq_type != PKTSCHEDT_NONE) { in pktsched_setup()
139 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in pktsched_setup()
H A Dpktsched_fq_codel.c1450 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in fq_if_setup_ifclassq()
/xnu-8796.121.2/bsd/net/classq/
H A Dclassq_subr.c159 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in ifclassq_setup()
210 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in ifclassq_teardown()
525 ifq->ifcq_type = PKTSCHEDT_NONE; in ifclassq_detach()
/xnu-8796.121.2/bsd/net/
H A Dif.c1905 u_int32_t sched_type = PKTSCHEDT_NONE, flags = 0; in ifioctl_linkparams()