Searched defs:ifaltq (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/altq/ |
H A D | if_altq.h | 40 struct ifaltq { struct 60 int (*altq_enqueue)(struct ifaltq *, struct mbuf *, argument 62 struct mbuf *(*altq_dequeue)(struct ifaltq *, int); argument 63 int (*altq_request)(struct ifaltq *, int, void *); argument 66 struct tb_regulator *altq_tbr; 69 struct top_cdnr *altq_cdnr;
|
H A D | altq_subr.c | 165 int (*enqueue)(struct ifaltq *, struct mbuf *, struct altq_pktattr *), in altq_attach() 166 struct mbuf *(*dequeue)(struct ifaltq *, int), in altq_attach() 167 int (*request)(struct ifaltq *, int, void *)) in altq_attach()
|
H A D | altq_rmclass.c | 670 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, in rmc_init()
|