Searched refs:lookup_step (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 923 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 D | rte_lpm6.c | 915 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 D | ip_dn_private.h | 240 int lookup_step ; /* granularity inside the lookup table */ member
|
| H A D | ip_dummynet.c | 1200 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 D | ip_dn_glue.c | 126 int lookup_step ; /* granularity inside the lookup table */ member
|
| H A D | ip_dn_io.c | 368 u_int t = div64((dn_cfg.curr_time - q->q_time), fs->lookup_step); in red_drops()
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 1831 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()
|