Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Dif_altq.h41 struct ifaltq { struct
61 int (*altq_enqueue)(struct ifaltq *, struct mbuf *, argument
63 struct mbuf *(*altq_dequeue)(struct ifaltq *, int); argument
64 int (*altq_request)(struct ifaltq *, int, void *); argument
67 void *altq_clfier; /* classifier-specific use */
68 void *(*altq_classify)(void *, struct mbuf *, int);
71 struct tb_regulator *altq_tbr;
74 struct top_cdnr *altq_cdnr;
H A Daltq_rmclass.c672 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, in rmc_init()