Home
last modified time | relevance | path

Searched defs:ifaltq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/altq/
H A Dif_altq.h40 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 Daltq_subr.c165 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 Daltq_rmclass.c670 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, in rmc_init()