Home
last modified time | relevance | path

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

/trueos/sys/contrib/altq/altq/
HDif_altq.h47 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;
HDaltq_rmclass.c679 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, in rmc_init()