Home | History | Annotate | Download | only in altq

Lines Matching refs:priq_if

70 static struct priq_if *priq_attach(struct ifaltq *, u_int);
71 static void priq_detach(struct priq_if *);
73 static int priq_clear_interface(struct priq_if *);
75 static void priq_purge(struct priq_if *);
76 static struct priq_class *priq_class_create(struct priq_if *, int, int, int,
99 static struct priq_class *clh_to_clp(struct priq_if *, u_int32_t);
104 /* pif_list keeps all priq_if's allocated. */
105 static struct priq_if *pif_list = NULL;
127 struct priq_if *pif;
135 pif = malloc(sizeof(struct priq_if), M_DEVBUF, M_WAITOK|M_ZERO);
151 struct priq_if *pif;
166 struct priq_if *pif;
193 struct priq_if *pif;
208 struct priq_if *pif;
237 priq_clear_interface(struct priq_if *pif)
258 struct priq_if *pif = (struct priq_if *)ifq->altq_disc;
270 priq_purge(struct priq_if *pif)
284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid)
382 struct priq_if *pif;
431 struct priq_if *pif = (struct priq_if *)ifq->altq_disc;
492 struct priq_if *pif = (struct priq_if *)ifq->altq_disc;
605 clh_to_clp(struct priq_if *pif, u_int32_t chandle)
624 static struct priq_if *
627 struct priq_if *pif;
629 pif = malloc(sizeof(struct priq_if), M_DEVBUF, M_WAITOK|M_ZERO);
644 priq_detach(struct priq_if *pif)
652 struct priq_if *p;
680 struct priq_if *pif;
705 struct priq_if *pif;
797 struct priq_if *pif;
821 struct priq_if *pif;
840 struct priq_if *pif;
866 struct priq_if *pif;
881 struct priq_if *pif;
914 struct priq_if *pif;
930 struct priq_if *pif;
942 struct priq_if *pif;