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

/xnu-2422.115.4/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);
885 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
896 fairq_style(cl->cl_fif), cl->cl_handle,
1147 cl->cl_handle, cl->cl_pri, qlen, qlen(&b->queue),
1166 cl->cl_handle, cl->cl_pri, ifclassq_ev2str(ev));
1197 sp->class_handle = cl->cl_handle;
1243 cl->cl_handle
[all...]
H A Dpktsched_priq.c406 cl->cl_handle = qid;
473 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
483 cl->cl_handle, cl->cl_pri, qlimit, flags, PRCF_BITS);
553 cl->cl_handle, cl->cl_pri);
702 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
713 priq_style(pif), cl->cl_handle,
833 cl->cl_handle, cl->cl_pri, qlen, qlen(&cl->cl_q),
852 cl->cl_handle, cl->cl_pri, ifclassq_ev2str(ev));
882 sp->class_handle = cl->cl_handle;
942 cl->cl_handle
[all...]
H A Dpktsched_tcq.c378 cl->cl_handle = qid;
445 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
455 cl->cl_handle, cl->cl_pri, qlimit, flags, TQCF_BITS);
522 cl->cl_handle, cl->cl_pri);
663 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
674 tcq_style(tif), cl->cl_handle,
789 cl->cl_handle, cl->cl_pri, qlen, qlen(&cl->cl_q),
808 cl->cl_handle, cl->cl_pri, ifclassq_ev2str(ev));
838 sp->class_handle = cl->cl_handle;
898 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);
955 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
966 hfsc_style(cl->cl_hif), cl->cl_handle,
1080 cl->cl_handle, c
[all...]
H A Dpktsched_qfq.c493 cl->cl_handle = qid;
542 cl->cl_handle);
629 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
639 cl->cl_handle, cl->cl_grp->qfg_index, weight, qlimit,
707 if_name(QFQIF_IFP(qif)), qfq_style(qif), cl->cl_handle);
987 cl->cl_handle, (uint64_t)VM_KERNEL_ADDRPERM(m), cl->cl_F,
1170 qfq_style(qif), cl->cl_handle,
1226 cl->cl_handle, grp->qfg_index, grp->qfg_full_slots,
1338 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
1349 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 90 milliseconds