/src/usr.sbin/altq/libaltq/ |
qop_red.h | 36 int th_max; /* red max threshold */ member in struct:red_ifinfo 44 int inv_pmax, int th_min, int th_max, int qlimit, 48 int th_max, int qlimit, int pkttime, int flags);
|
qop_red.c | 91 int th_max = 0; /* 0: use default */ local in function:red_interface_parser 128 th_max = (int)strtol(*argv, NULL, 0); 166 th_min, th_max, qlimit, pkttime, flags) != 0) 176 int inv_pmax, int th_min, int th_max, int qlimit, 182 th_min, th_max, qlimit, pkttime, flags); 195 int th_max, int qlimit, int pkttime, int flags) 206 red_ifinfo->th_max = th_max; 254 conf.red_thmax = red_ifinfo->th_max;
|
parser.c | 113 {"red", red_parser, "red th_min th_max inv_pmax"}, 945 int th_min, th_max, inv_pmax; local in function:red_parser 953 th_max = (int)strtol(w, NULL, 0); 959 if (qop_red_set_defaults(th_min, th_max, inv_pmax) != 0) { 985 params[i].th_max = (int)strtol(w, NULL, 0);
|
/src/sys/altq/ |
altq_rio.h | 95 int th_max; /* red max threshold */ member in struct:rio::dropprec_state 99 int th_max_s; /* th_max scaled by avgshift */
|
altq_red.h | 56 int th_max; member in struct:red_stats 90 int th_max; /* red max threshold */ member in struct:redparams 145 int red_thmax_s; /* th_max scaled by avgshift */
|