Searched refs:cl_handle (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.h123 u_int32_t cl_handle; /* class handle */ member in struct:priq_class
H A Dpktsched_tcq.h95 u_int32_t cl_handle; /* class handle */ member in struct:tcq_class
H A Dpktsched_fairq.c468 cl->cl_handle = qid;
538 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
548 cl->cl_handle, cl->cl_pri, cl->cl_qlimit, flags, FARF_BITS);
645 cl->cl_handle, cl->cl_pri);
881 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
892 fairq_style(cl->cl_fif), cl->cl_handle,
1140 cl->cl_handle, cl->cl_pri, qlen, qlen(&b->queue),
1159 cl->cl_handle, cl->cl_pri, ifclassq_ev2str(ev));
1190 sp->class_handle = cl->cl_handle;
1236 cl->cl_handle
[all...]
H A Dpktsched_priq.c405 cl->cl_handle = qid;
472 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
482 cl->cl_handle, cl->cl_pri, qlimit, flags, PRCF_BITS);
552 cl->cl_handle, cl->cl_pri);
697 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
708 priq_style(pif), cl->cl_handle,
826 cl->cl_handle, cl->cl_pri, qlen, qlen(&cl->cl_q),
845 cl->cl_handle, cl->cl_pri, ifclassq_ev2str(ev));
875 sp->class_handle = cl->cl_handle;
914 cl->cl_handle
[all...]
H A Dpktsched_tcq.c377 cl->cl_handle = qid;
444 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
454 cl->cl_handle, cl->cl_pri, qlimit, flags, TQCF_BITS);
521 cl->cl_handle, cl->cl_pri);
658 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
669 tcq_style(tif), cl->cl_handle,
782 cl->cl_handle, cl->cl_pri, qlen, qlen(&cl->cl_q),
801 cl->cl_handle, cl->cl_pri, ifclassq_ev2str(ev));
831 sp->class_handle = cl->cl_handle;
870 cl->cl_handle
[all...]
H A Dpktsched_hfsc.c525 cl->cl_handle = qid;
600 "flags=%b\n", if_name(ifp), hfsc_style(hif), cl->cl_handle,
601 (cl->cl_parent != NULL) ? cl->cl_parent->cl_handle : 0,
604 hfsc_print_sc(hif, cl->cl_handle, eff_rate,
608 hfsc_print_sc(hif, cl->cl_handle, eff_rate,
612 hfsc_print_sc(hif, cl->cl_handle, eff_rate,
724 cl->cl_handle, cl->cl_id);
951 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
962 hfsc_style(cl->cl_hif), cl->cl_handle,
1074 cl->cl_handle, c
[all...]
H A Dpktsched_qfq.c492 cl->cl_handle = qid;
541 cl->cl_handle);
628 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
638 cl->cl_handle, cl->cl_grp->qfg_index, weight, qlimit,
706 if_name(QFQIF_IFP(qif)), qfq_style(qif), cl->cl_handle);
985 if_name(QFQIF_IFP(qif)), qfq_style(qif), cl->cl_handle,
1164 qfq_style(qif), cl->cl_handle, m, qfq_state2str(s),
1219 cl->cl_handle, grp->qfg_index, grp->qfg_full_slots,
1331 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
1342 qfq_style(qif), cl->cl_handle,
[all...]
H A Dpktsched_fairq.h149 u_int32_t cl_handle; /* class handle */ member in struct:fairq_class
H A Dpktsched_qfq.h201 u_int32_t cl_handle; /* class handle */ member in struct:qfq_class
H A Dpktsched_hfsc.h232 u_int32_t cl_handle; /* class handle */ member in struct:hfsc_class

Completed in 30 milliseconds