Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/bsd/net/altq/
H A Daltq.h64 #define ALTQT_NONE PKTSCHEDT_NONE /* reserved */
/xnu-12377.81.4/bsd/net/classq/
H A Dclassq_subr.c111 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in ifclassq_setup()
205 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in ifclassq_teardown()
553 ifq->ifcq_type = PKTSCHEDT_NONE; in ifclassq_detach()
554 ifq->ifcq_ops = pktsched_ops_find(PKTSCHEDT_NONE); in ifclassq_detach()
886 ifcq->ifcq_ops = pktsched_ops_find(PKTSCHEDT_NONE); in ifclassq_alloc()
/xnu-12377.81.4/bsd/net/pktsched/
H A Dpktsched.h38 #define PKTSCHEDT_NONE 0 /* reserved */ macro
H A Dpktsched.c152 .ps_id = PKTSCHEDT_NONE,
229 if (ifq->ifcq_type != PKTSCHEDT_NONE) { in pktsched_setup()
244 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in pktsched_setup()
H A Dpktsched_fq_codel.c1975 VERIFY(ifq->ifcq_type == PKTSCHEDT_NONE); in fq_if_setup_common()
/xnu-12377.81.4/tests/skywalk/
H A Dskywalk_test_common.c2880 case PKTSCHEDT_NONE: in sched2str()
2991 for (n = 0; n < IFCQ_SC_MAX && scheduler != PKTSCHEDT_NONE; n++) { in skt_aqstatpr()
3006 case PKTSCHEDT_NONE: in skt_aqstatpr()
/xnu-12377.81.4/bsd/net/
H A Dif.c2050 u_int32_t sched_type = PKTSCHEDT_NONE, flags = 0; in ifioctl_linkparams()