HomeSort by: relevance | last modified time | path
    Searched defs:inv_pmax (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_red.h 34 int inv_pmax; /* inverse of max drop probability */ 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 89 int inv_pmax = 0; /* 0: use default */ local in function:red_interface_parser
132 inv_pmax = (int)strtol(*argv, NULL, 0);
165 if (qcmd_red_add_if(ifname, bandwidth, weight, inv_pmax,
176 int inv_pmax, int th_min, int th_max, int qlimit,
181 error = qop_red_add_if(NULL, ifname, bandwidth, weight, inv_pmax,
194 u_int bandwidth, int weight, int inv_pmax, int th_min,
204 red_ifinfo->inv_pmax = inv_pmax;
252 conf.red_inv_pmax = red_ifinfo->inv_pmax;
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
957 inv_pmax = (int)strtol(w, NULL, 0);
959 if (qop_red_set_defaults(th_min, th_max, inv_pmax) != 0) {
989 params[i].inv_pmax = (int)strtol(w, NULL, 0);
  /src/sys/altq/
altq_rio.h 93 int inv_pmax; /* inverse of max drop probability */ member in struct:rio::dropprec_state
altq_red.h 54 int inv_pmax; member in struct:red_stats
91 int inv_pmax; /* inverse of max drop probability */ member in struct:redparams

Completed in 31 milliseconds