Searched refs:w_q_lookup (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c743 if (fs->w_q_lookup)
744 free(fs->w_q_lookup, M_DUMMYNET);
745 fs->w_q_lookup = NULL;
1223 if (fs->w_q_lookup) {
1224 free(fs->w_q_lookup, M_DUMMYNET);
1225 fs->w_q_lookup = NULL;
1235 fs->w_q_lookup = (u_int *)malloc(fs->lookup_depth * sizeof(int),
1237 if (fs->w_q_lookup == NULL) {
1245 fs->w_q_lookup[0] = SCALE(1) - fs->w_q;
1248 fs->w_q_lookup[
[all...]
H A Dip_dn_private.h235 u_int * w_q_lookup ; /* lookup table for computing (1-w_q)^t */ member in struct:dn_fsk
H A Dip_dn_glue.c122 u_int * w_q_lookup ; /* lookup table for computing (1-w_q)^t */ member in struct:dn_flow_set
H A Dip_dn_io.c334 SCALE_MUL(q->avg, fs->w_q_lookup[t]) : 0;

Completed in 108 milliseconds