Home
last modified time | relevance | path

Searched refs:redparams (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/contrib/altq/altq/
HDaltq_rio.h54 struct redparams q_params[RIO_NDROPPREC];
59 struct redparams q_params[RIO_NDROPPREC];
83 #define RIO_SETDEFAULTS _IOW('Q', 30, struct redparams[RIO_NDROPPREC])
135 extern rio_t *rio_alloc(int, struct redparams *, int, int);
HDaltq_red.h87 struct redparams { struct
112 #define RED_SETDEFAULTS _IOW('Q', 30, struct redparams) argument
HDaltq_rio.c180 static struct redparams default_rio_params[RIO_NDROPPREC] = {
203 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) in rio_alloc()
718 struct redparams *rp;
721 rp = (struct redparams *)addr;
HDaltq_red.c975 struct redparams *rp;
977 rp = (struct redparams *)addr;