Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Dif_altq.h41 struct ifaltq { struct
56 int (*altq_enqueue)(struct ifaltq *, struct mbuf *); argument
57 struct mbuf *(*altq_dequeue)(struct ifaltq *, int); argument
58 int (*altq_request)(struct ifaltq *, int, void *); argument
61 void *altq_clfier; /* classifier-specific use */
62 void *(*altq_classify)(void *, struct mbuf *, int);
65 struct tb_regulator *altq_tbr;
68 struct top_cdnr *altq_cdnr;
H A Daltq_subr.c128 int (*enqueue)(struct ifaltq *, struct mbuf *), in altq_attach() argument
129 struct mbuf *(*dequeue)(struct ifaltq *, int), in altq_attach() argument
130 int (*request)(struct ifaltq *, int, void *), in altq_attach() argument
[all...]
H A Daltq_rmclass.c666 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, in rmc_init() argument