Searched defs:hif (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_hfsc.c110 struct hfsc_if *hif; local
133 struct hfsc_if *hif; local
147 struct hfsc_if *hif; local
185 struct hfsc_if *hif; local
204 struct hfsc_if *hif; local
235 struct hfsc_if *hif = (struct hfsc_if *)altq->altq_disc; local
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c201 struct hfsc_if *hif; local
242 hfsc_destroy(struct hfsc_if *hif) argument
255 hfsc_destroy_locked(struct hfsc_if *hif) argument
281 hfsc_clear_interface(struct hfsc_if *hif) argument
307 hfsc_purge(struct hfsc_if *hif) argument
329 hfsc_event(struct hfsc_if *hif, cqev_t ev) argument
340 hfsc_add_queue(struct hfsc_if *hif, struct service_curve *rtsc, struct service_curve *lssc, struct service_curve *ulsc, u_int32_t qlimit, int flags, u_int32_t parent_qid, u_int32_t qid, struct hfsc_class **clp) argument
369 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, struct service_curve *fsc, struct service_curve *usc, struct hfsc_class *parent, u_int32_t qlimit, int flags, u_int32_t qid) argument
644 hfsc_remove_queue(struct hfsc_if *hif, u_int32_t qid) argument
657 hfsc_class_destroy(struct hfsc_if *hif, struct hfsc_class *cl) argument
759 hfsc_enqueue(struct hfsc_if *hif, struct hfsc_class *cl, struct mbuf *m, struct pf_mtag *t) argument
823 hfsc_dequeue(struct hfsc_if *hif, cqdq_op_t op) argument
1017 hfsc_purgeq(struct hfsc_if *hif, struct hfsc_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1086 hfsc_print_sc(struct hfsc_if *hif, u_int32_t qid, u_int64_t eff_rate, struct service_curve *sc, struct internal_sc *isc, const char *which) argument
1101 hfsc_updateq_linkrate(struct hfsc_if *hif, struct hfsc_class *cl) argument
1142 hfsc_updateq(struct hfsc_if *hif, struct hfsc_class *cl, cqev_t ev) argument
1454 struct hfsc_if *hif = cl->cl_hif; local
1476 struct hfsc_if *hif = cl->cl_hif; local
1484 struct hfsc_if *hif = cl->cl_hif; local
1729 struct hfsc_if *hif = cl->cl_hif; local
1896 hfsc_get_class_stats(struct hfsc_if *hif, u_int32_t qid, struct hfsc_classstats *sp) argument
1988 hfsc_clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) argument
2010 hfsc_style(struct hfsc_if *hif) argument
2025 struct hfsc_if *hif = ifq->ifcq_disc; local
2046 struct hfsc_if *hif = ifq->ifcq_disc; local
[all...]

Completed in 11 milliseconds