Searched refs:lookup_weight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h330 int lookup_weight ; /* equal to (1-w_q)^t / (1-w_q)^(t+1) */ member in struct:dn_flow_set
H A Dip_dummynet.c1574 x->lookup_weight = p->lookup_weight ;
1577 x->w_q_lookup[i] = SCALE_MUL(x->w_q_lookup[i - 1], x->lookup_weight);

Completed in 27 milliseconds