/src/usr.sbin/altq/libaltq/ |
qop_red.h | 35 int th_min; /* red min threshold */ member in struct:red_ifinfo 44 int inv_pmax, int th_min, int th_max, int qlimit, 47 u_int bandwidth, int weight, int inv_pmax, int th_min,
|
qop_red.c | 90 int th_min = 0; /* 0: use default */ local in function:red_interface_parser 124 th_min = (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); 194 u_int bandwidth, int weight, int inv_pmax, int th_min, 205 red_ifinfo->th_min = th_min; 253 conf.red_thmin = red_ifinfo->th_min;
|
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 949 th_min = (int)strtol(w, NULL, 0); 959 if (qop_red_set_defaults(th_min, th_max, inv_pmax) != 0) { 981 params[i].th_min = (int)strtol(w, NULL, 0);
|
/src/sys/altq/ |
altq_rio.h | 94 int th_min; /* red min threshold */ member in struct:rio::dropprec_state 98 int th_min_s; /* th_min scaled by avgshift */ 107 int old; /* avg is above th_min */
|
altq_red.h | 55 int th_min; member in struct:red_stats 89 int th_min; /* red min threshold */ member in struct:redparams 144 int red_thmin_s; /* th_min scaled by avgshift */ 152 int red_old; /* avg is above th_min */
|