Searched refs:priq_if (Results 1 – 2 of 2) sorted by relevance
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);105 static struct priq_if *pif_list = NULL;127 struct priq_if *pif; in priq_add_altq()135 pif = malloc(sizeof(struct priq_if), M_DEVBUF, M_WAITOK|M_ZERO); in priq_add_altq()151 struct priq_if *pif; in priq_remove_altq()[all …]
141 struct priq_if *cl_pif; /* back pointer to pif */153 struct priq_if { struct154 struct priq_if *pif_next; /* interface state list */ argument