Searched defs:th_min (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | qop_red.c | 90 int th_min = 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() 194 u_int bandwidth, int weight, int inv_pmax, int th_min, in qop_red_add_if()
|
H A D | qop_red.h | 35 int th_min; /* red min 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 | 55 int th_min; member 89 int th_min; /* red min threshold */ member
|
H A D | altq_rio.h | 94 int th_min; /* red min 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...] |