Searched defs:ifaltq (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/contrib/altq/altq/ |
| HD | if_altq.h | 47 struct ifaltq { struct 70 int (*altq_enqueue)(struct ifaltq *, struct mbuf *, argument 72 struct mbuf *(*altq_dequeue)(struct ifaltq *, int); argument 73 int (*altq_request)(struct ifaltq *, int, void *); argument 76 void *altq_clfier; /* classifier-specific use */ 77 void *(*altq_classify)(void *, struct mbuf *, int); 80 struct tb_regulator *altq_tbr; 83 struct top_cdnr *altq_cdnr;
|
| HD | altq_rmclass.c | 679 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, in rmc_init()
|