Searched refs:lookup_step (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h242 int lookup_step ; /* granularity inside the lookup table */ member in struct:dn_fsk
H A Dip_dummynet.c1212 fs->lookup_step = div64(idle , V_dn_cfg.red_lookup_depth);
1213 /* fs->lookup_step not scaled, */
1214 if (!fs->lookup_step)
1215 fs->lookup_step = 1;
1218 for (t = fs->lookup_step; t > 1; --t)
H A Dip_dn_glue.c126 int lookup_step ; /* granularity inside the lookup table */ member in struct:dn_flow_set
H A Dip_dn_io.c351 u_int t = div64((V_dn_cfg.curr_time - q->q_time), fs->lookup_step);
/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c923 lookup_step(const struct rte_lpm6 *lpm, const struct rte_lpm6_tbl_entry *tbl, function
975 status = lookup_step(lpm, tbl, &tbl_next, ip, first_byte++, next_hop);
1013 status = lookup_step(lpm, tbl, &tbl_next, ips[i],
/freebsd-13-stable/sbin/ipfw/
H A Ddummynet.c1831 fs->lookup_step = (int)idle / lookup_depth;
1832 if (!fs->lookup_step)
1833 fs->lookup_step = 1;
1835 for (t = fs->lookup_step; t > 1; --t)

Completed in 60 milliseconds