Home
last modified time | relevance | path

Searched defs:lpm (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dtest_lpm6.c125 struct rte_lpm6 *lpm = NULL; in test0() local
199 struct rte_lpm6 *lpm = NULL; in test2() local
228 struct rte_lpm6 *lpm = NULL; in test3() local
249 struct rte_lpm6 *lpm = NULL; in test4() local
288 struct rte_lpm6 *lpm = NULL; in test5() local
326 struct rte_lpm6 *lpm = NULL; in test6() local
364 struct rte_lpm6 *lpm = NULL; in test7() local
402 struct rte_lpm6 *lpm = NULL; in test8() local
441 struct rte_lpm6 *lpm = NULL; in test9() local
486 struct rte_lpm6 *lpm = NULL; in test10() local
[all …]
H A Dtest_lpm.c86 struct rte_lpm *lpm = NULL; in test0() local
118 struct rte_lpm *lpm = NULL; in test1() local
147 struct rte_lpm *lpm = NULL; in test2() local
168 struct rte_lpm *lpm = NULL; in test3() local
206 struct rte_lpm *lpm = NULL; in test4() local
245 struct rte_lpm *lpm = NULL; in test5() local
279 struct rte_lpm *lpm = NULL; in test6() local
318 struct rte_lpm *lpm = NULL; in test7() local
369 struct rte_lpm *lpm = NULL; in test8() local
454 struct rte_lpm *lpm = NULL; in test9() local
[all …]
H A Dtest_lpm6_perf.c56 struct rte_lpm6 *lpm = NULL; in test_lpm6_perf() local
H A Dtest_func_reentrancy.c338 struct rte_lpm *lpm; in lpm_clean() local
353 struct rte_lpm *lpm; in lpm_create_free() local
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c167 tbl8_pool_init(struct rte_lpm6 *lpm) in tbl8_pool_init()
182 tbl8_get(struct rte_lpm6 *lpm, uint32_t *tbl8_ind) in tbl8_get()
197 tbl8_put(struct rte_lpm6 *lpm, uint32_t tbl8_ind) in tbl8_put()
211 tbl8_available(struct rte_lpm6 *lpm) in tbl8_available()
231 rebuild_lpm(struct rte_lpm6 *lpm) in rebuild_lpm()
251 struct rte_lpm6 *lpm = NULL; in rte_lpm6_create() local
413 rte_lpm6_free(struct rte_lpm6 *lpm) in rte_lpm6_free()
446 rule_find_with_key(struct rte_lpm6 *lpm, in rule_find_with_key()
978 rte_lpm6_lookup_bulk_func(const struct rte_lpm6 *lpm, in rte_lpm6_lookup_bulk_func()
1072 rte_lpm6_delete_bulk_func(struct rte_lpm6 *lpm, in rte_lpm6_delete_bulk_func()
[all …]
H A Drte_lpm.c58 struct rte_lpm lpm; member
158 struct rte_lpm *lpm = NULL; in rte_lpm_create() local
259 rte_lpm_free(struct rte_lpm *lpm) in rte_lpm_free()
308 rte_lpm_rcu_qsbr_add(struct rte_lpm *lpm, struct rte_lpm_rcu_config *cfg) in rte_lpm_rcu_qsbr_add()
806 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add()
857 rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_is_rule_present()
1150 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth) in rte_lpm_delete()
1208 rte_lpm_delete_all(struct rte_lpm *lpm) in rte_lpm_delete_all()
H A Drte_lpm.h286 rte_lpm_lookup(struct rte_lpm *lpm, uint32_t ip, uint32_t *next_hop) in rte_lpm_lookup()
339 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument
343 rte_lpm_lookup_bulk_func(const struct rte_lpm *lpm, const uint32_t *ips, in rte_lpm_lookup_bulk_func()
H A Drte_lpm_altivec.h19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
H A Drte_lpm_sse.h18 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
H A Drte_lpm_neon.h19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c46 struct rte_lpm *lpm; member
57 struct rte_table_lpm *lpm; in rte_table_lpm_create() local
128 struct rte_table_lpm *lpm = table; in rte_table_lpm_free() local
144 nht_find_free(struct rte_table_lpm *lpm, uint32_t *pos) in nht_find_free()
159 nht_find_existing(struct rte_table_lpm *lpm, void *entry, uint32_t *pos) in nht_find_existing()
184 struct rte_table_lpm *lpm = table; in rte_table_lpm_entry_add() local
251 struct rte_table_lpm *lpm = table; in rte_table_lpm_entry_delete() local
310 struct rte_table_lpm *lpm = (struct rte_table_lpm *) table; in rte_table_lpm_lookup() local
H A Drte_table_lpm_ipv6.c44 struct rte_lpm6 *lpm; member
56 struct rte_table_lpm_ipv6 *lpm; in rte_table_lpm_ipv6_create() local
126 struct rte_table_lpm_ipv6 *lpm = table; in rte_table_lpm_ipv6_free() local
142 nht_find_free(struct rte_table_lpm_ipv6 *lpm, uint32_t *pos) in nht_find_free()
157 nht_find_existing(struct rte_table_lpm_ipv6 *lpm, void *entry, uint32_t *pos) in nht_find_existing()
182 struct rte_table_lpm_ipv6 *lpm = table; in rte_table_lpm_ipv6_entry_add() local
250 struct rte_table_lpm_ipv6 *lpm = table; in rte_table_lpm_ipv6_entry_delete() local
312 struct rte_table_lpm_ipv6 *lpm = (struct rte_table_lpm_ipv6 *) table; in rte_table_lpm_ipv6_lookup() local
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c162 tbl8_pool_init(struct rte_lpm6 *lpm) in tbl8_pool_init()
177 tbl8_get(struct rte_lpm6 *lpm, uint32_t *tbl8_ind) in tbl8_get()
192 tbl8_put(struct rte_lpm6 *lpm, uint32_t tbl8_ind) in tbl8_put()
206 tbl8_available(struct rte_lpm6 *lpm) in tbl8_available()
248 struct rte_lpm6 *lpm = NULL; in rte_lpm6_create() local
415 rte_lpm6_free(struct rte_lpm6 *lpm) in rte_lpm6_free()
568 init_tbl8_header(struct rte_lpm6 *lpm, uint32_t tbl_ind, in init_tbl8_header()
659 add_step(struct rte_lpm6 *lpm, struct rte_lpm6_tbl_entry *tbl, in add_step()
954 rte_lpm6_lookup(const struct rte_lpm6 *lpm, const uint8_t *ip, in rte_lpm6_lookup()
986 rte_lpm6_lookup_bulk_func(const struct rte_lpm6 *lpm, in rte_lpm6_lookup_bulk_func()
[all …]
H A Drte_lpm.c144 struct rte_lpm *lpm = NULL; in rte_lpm_create() local
247 rte_lpm_free(struct rte_lpm *lpm) in rte_lpm_free()
466 add_depth_small(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in add_depth_small()
538 add_depth_big(struct rte_lpm *lpm, uint32_t ip_masked, uint8_t depth, in add_depth_big()
691 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add()
792 delete_depth_small(struct rte_lpm *lpm, uint32_t ip_masked, in delete_depth_small()
945 delete_depth_big(struct rte_lpm *lpm, uint32_t ip_masked, in delete_depth_big()
1034 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_delete()
1093 rte_lpm_delete_all(struct rte_lpm *lpm) in rte_lpm_delete_all()
H A Drte_lpm.h271 rte_lpm_lookup(struct rte_lpm *lpm, uint32_t ip, uint32_t *next_hop) in rte_lpm_lookup()
324 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument
328 rte_lpm_lookup_bulk_func(const struct rte_lpm *lpm, const uint32_t *ips, in rte_lpm_lookup_bulk_func()
H A Ddpdk_lpm.c65 struct rte_lpm *lpm; member
81 struct rte_lpm *lpm; in lookup_ptr() local
331 struct rte_lpm *lpm; in build_table() local
/f-stack/dpdk/lib/librte_node/
H A Dip4_lookup.c34 struct rte_lpm *lpm; member
59 struct rte_lpm *lpm = IP4_LOOKUP_NODE_LPM(node->ctx); in ip4_lookup_node_process_scalar() local
H A Dip4_lookup_neon.h14 struct rte_lpm *lpm = IP4_LOOKUP_NODE_LPM(node->ctx); in ip4_lookup_node_process_vec() local
H A Dip4_lookup_sse.h14 struct rte_lpm *lpm = IP4_LOOKUP_NODE_LPM(node->ctx); in ip4_lookup_node_process_vec() local
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c132 struct rte_lpm *lpm; member
717 struct rte_lpm *lpm; in init_routing_table() local
779 struct rte_lpm *lpm; in init_mem() local
/f-stack/dpdk/examples/ipsec-secgw/
H A Drt.c129 struct rte_lpm *lpm; in rt_init() local
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c136 struct rte_lpm *lpm; member
765 struct rte_lpm *lpm; in init_routing_table() local
901 struct rte_lpm *lpm; in init_mem() local
/f-stack/dpdk/app/test-fib/
H A Dmain.c839 struct rte_lpm *lpm = NULL; in run_v4() local
1038 struct rte_lpm6 *lpm = NULL; in run_v6() local
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.h139 struct table_lpm_params lpm; member
275 struct table_rule_match_lpm lpm; member
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c814 struct rte_table_lpm_params lpm; in softnic_pipeline_table_create() member

12