Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c915 lookup_step(const struct rte_lpm6 *lpm, const struct rte_lpm6_tbl_entry *tbl, in lookup_step() function
967 status = lookup_step(lpm, tbl, &tbl_next, ip, first_byte++, next_hop); in rte_lpm6_lookup()
1005 status = lookup_step(lpm, tbl, &tbl_next, ips[i], in rte_lpm6_lookup_bulk_func()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h240 int lookup_step ; /* granularity inside the lookup table */ member
H A Dip_dummynet.c1200 fs->lookup_step = div64(idle , dn_cfg.red_lookup_depth); in config_red()
1202 if (!fs->lookup_step) in config_red()
1203 fs->lookup_step = 1; in config_red()
1206 for (t = fs->lookup_step; t > 1; --t) in config_red()
H A Dip_dn_glue.c126 int lookup_step ; /* granularity inside the lookup table */ member
H A Dip_dn_io.c368 u_int t = div64((dn_cfg.curr_time - q->q_time), fs->lookup_step); in red_drops()
/f-stack/tools/ipfw/
H A Ddummynet.c1831 fs->lookup_step = (int)idle / lookup_depth; in ipfw_config_pipe()
1832 if (!fs->lookup_step) in ipfw_config_pipe()
1833 fs->lookup_step = 1; in ipfw_config_pipe()
1835 for (t = fs->lookup_step; t > 1; --t) in ipfw_config_pipe()