Searched defs:inv_pmax (Results 1 - 7 of 7) sorted by relevance

/src/usr.sbin/altq/libaltq/
H A Dqop_red.h34 int inv_pmax; /* inverse of max drop probability */ member in struct:red_ifinfo
H A Dqop_red.c89 int inv_pmax = 0; /* 0: use default */ local in function:red_interface_parser
175 qcmd_red_add_if(const char * ifname,u_int bandwidth,int weight,int inv_pmax,int th_min,int th_max,int qlimit,int pkttime,int flags) argument
193 qop_red_add_if(struct ifinfo ** rp,const char * ifname,u_int bandwidth,int weight,int inv_pmax,int th_min,int th_max,int qlimit,int pkttime,int flags) argument
H A Dparser.c945 int th_min, th_max, inv_pmax; local in function:red_parser
H A Dqop.c1353 qop_red_set_defaults(int th_min, int th_max, int inv_pmax) argument
/src/sys/altq/
H A Daltq_rio.h93 int inv_pmax; /* inverse of max drop probability */ member in struct:rio::dropprec_state
H A Daltq_red.h54 int inv_pmax; member in struct:red_stats
91 int inv_pmax; /* inverse of max drop probability */ member in struct:redparams
H A Daltq_red.c231 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, argument

Completed in 8 milliseconds