Home
last modified time | relevance | path

Searched defs:th_max (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/usr.sbin/altq/libaltq/
Dqop_red.c91 int th_max = 0; /* 0: use default */ in red_interface_parser() local
176 int inv_pmax, int th_min, int th_max, int qlimit, in qcmd_red_add_if()
195 int th_max, int qlimit, int pkttime, int flags) in qop_red_add_if()
Dqop_red.h36 int th_max; /* red max threshold */ member
Dparser.c945 int th_min, th_max, inv_pmax; in red_parser() local
Dqop.c1353 qop_red_set_defaults(int th_min, int th_max, int inv_pmax) in qop_red_set_defaults()
/netbsd/src/sys/altq/
Daltq_red.h56 int th_max; member
90 int th_max; /* red max threshold */ member
Daltq_rio.h95 int th_max; /* red max threshold */ member
Daltq_red.c231 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc()