Searched defs:th_max (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | qop_red.c | 91 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()
|
H A D | qop_red.h | 36 int th_max; /* red max threshold */ member
|
H A D | parser.c | 945 int th_min, th_max, inv_pmax; in red_parser() local
|
H A D | qop.c | 1353 qop_red_set_defaults(int th_min, int th_max, int inv_pmax) in qop_red_set_defaults() argument
|
/netbsd-src/sys/altq/ |
H A D | altq_red.h | 56 int th_max; member 90 int th_max; /* red max threshold */ member
|
H A D | altq_rio.h | 95 int th_max; /* red max threshold */ member
|
H A D | altq_red.c | 231 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument [all...] |