Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c923 lookup_step(const struct rte_lpm6 *lpm, const struct rte_lpm6_tbl_entry *tbl, in lookup_step() function
975 status = lookup_step(lpm, tbl, &tbl_next, ip, first_byte++, next_hop); in rte_lpm6_lookup()
1013 status = lookup_step(lpm, tbl, &tbl_next, ips[i], in rte_lpm6_lookup_bulk_func()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h232 int lookup_step ; /* granularity inside the lookup table */ member
H A Dip_dummynet.c1222 fs->lookup_step = div64(idle , V_dn_cfg.red_lookup_depth); in config_red()
1224 if (!fs->lookup_step) in config_red()
1225 fs->lookup_step = 1; in config_red()
1228 for (t = fs->lookup_step; t > 1; --t) in config_red()
H A Dip_dn_glue.c125 int lookup_step ; /* granularity inside the lookup table */ member
H A Dip_dn_io.c350 u_int t = div64((V_dn_cfg.curr_time - q->q_time), fs->lookup_step); in red_drops()
/freebsd/sbin/ipfw/
H A Ddummynet.c1852 fs->lookup_step = (int)idle / lookup_depth; in ipfw_config_pipe()
1853 if (!fs->lookup_step) in ipfw_config_pipe()
1854 fs->lookup_step = 1; in ipfw_config_pipe()
1856 for (t = fs->lookup_step; t > 1; --t) in ipfw_config_pipe()