Searched refs:pif (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_priq.c108 struct priq_if *pif; local
118 pif = priq_alloc(ifp, M_WAITOK, TRUE);
119 if (pif == NULL)
123 a->altq_disc = pif;
131 struct priq_if *pif; local
135 if ((pif = a->altq_disc) == NULL)
139 return (priq_destroy(pif));
145 struct priq_if *pif; local
150 if ((pif = a->altq_disc) == NULL)
153 IFCQ_LOCK(pif
164 struct priq_if *pif; local
183 struct priq_if *pif; local
214 struct priq_if *pif = (struct priq_if *)altq->altq_disc; local
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.c145 struct priq_if *pif; local
147 pif = (how == M_WAITOK) ? zalloc(priq_zone) : zalloc_noblock(priq_zone);
148 if (pif == NULL)
151 bzero(pif, priq_size);
152 pif->pif_maxpri = -1;
153 pif->pif_ifq = &ifp->if_snd;
155 pif->pif_flags |= PRIQIFF_ALTQ;
159 if_name(ifp), priq_style(pif));
162 return (pif);
166 priq_destroy(struct priq_if *pif) argument
179 priq_destroy_locked(struct priq_if *pif) argument
200 priq_clear_interface(struct priq_if *pif) argument
217 priq_purge(struct priq_if *pif) argument
240 priq_purge_sc(struct priq_if *pif, cqrq_purge_sc_t *pr) argument
272 priq_event(struct priq_if *pif, cqev_t ev) argument
285 priq_add_queue(struct priq_if *pif, int priority, u_int32_t qlimit, int flags, u_int32_t qid, struct priq_class **clp) argument
311 priq_class_create(struct priq_if *pif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
489 priq_remove_queue(struct priq_if *pif, u_int32_t qid) argument
502 priq_class_destroy(struct priq_if *pif, struct priq_class *cl) argument
561 priq_enqueue(struct priq_if *pif, struct priq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
627 priq_dequeue(struct priq_if *pif, cqdq_op_t op) argument
669 struct priq_if *pif = cl->cl_pif; local
774 priq_purgeq(struct priq_if *pif, struct priq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
838 priq_updateq(struct priq_if *pif, struct priq_class *cl, cqev_t ev) argument
865 priq_get_class_stats(struct priq_if *pif, u_int32_t qid, struct priq_classstats *sp) argument
905 priq_clh_to_clp(struct priq_if *pif, u_int32_t chandle) argument
921 priq_style(struct priq_if *pif) argument
971 struct priq_if *pif = (struct priq_if *)ifq->ifcq_disc; local
1002 struct priq_if *pif; local
1117 struct priq_if *pif = ifq->ifcq_disc; local
1138 struct priq_if *pif = ifq->ifcq_disc; local
1151 priq_throttle(struct priq_if *pif, cqrq_throttle_t *tr) argument
1207 priq_resumeq(struct priq_if *pif, struct priq_class *cl) argument
1239 priq_suspendq(struct priq_if *pif, struct priq_class *cl) argument
[all...]

Completed in 77 milliseconds