Home
last modified time | relevance | path

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

12

/dpdk/app/test/
H A Dtest_lpm6.c136 struct rte_lpm6 *lpm = NULL; in test0() local
210 struct rte_lpm6 *lpm = NULL; in test2() local
239 struct rte_lpm6 *lpm = NULL; in test3() local
260 struct rte_lpm6 *lpm = NULL; in test4() local
299 struct rte_lpm6 *lpm = NULL; in test5() local
337 struct rte_lpm6 *lpm = NULL; in test6() local
375 struct rte_lpm6 *lpm = NULL; in test7() local
413 struct rte_lpm6 *lpm = NULL; in test8() local
452 struct rte_lpm6 *lpm = NULL; in test9() local
497 struct rte_lpm6 *lpm = NULL; in test10() local
[all …]
H A Dtest_lpm.c97 struct rte_lpm *lpm = NULL; in test0() local
129 struct rte_lpm *lpm = NULL; in test1() local
158 struct rte_lpm *lpm = NULL; in test2() local
179 struct rte_lpm *lpm = NULL; in test3() local
217 struct rte_lpm *lpm = NULL; in test4() local
256 struct rte_lpm *lpm = NULL; in test5() local
290 struct rte_lpm *lpm = NULL; in test6() local
329 struct rte_lpm *lpm = NULL; in test7() local
380 struct rte_lpm *lpm = NULL; in test8() local
465 struct rte_lpm *lpm = NULL; in test9() local
[all …]
H A Dtest_func_reentrancy.c347 struct rte_lpm *lpm; in lpm_clean() local
366 struct rte_lpm *lpm; in lpm_create_free() local
H A Dtest_lpm6_perf.c67 struct rte_lpm6 *lpm = NULL; in test_lpm6_perf() local
H A Dtest_lpm_perf.c31 struct rte_lpm *lpm; variable
/dpdk/lib/lpm/
H A Drte_lpm6.c160 tbl8_pool_init(struct rte_lpm6 *lpm) in tbl8_pool_init()
175 tbl8_get(struct rte_lpm6 *lpm, uint32_t *tbl8_ind) in tbl8_get()
190 tbl8_put(struct rte_lpm6 *lpm, uint32_t tbl8_ind) in tbl8_put()
204 tbl8_available(struct rte_lpm6 *lpm) in tbl8_available()
224 rebuild_lpm(struct rte_lpm6 *lpm) in rebuild_lpm()
244 struct rte_lpm6 *lpm = NULL; in rte_lpm6_create() local
408 rte_lpm6_free(struct rte_lpm6 *lpm) in rte_lpm6_free()
441 rule_find_with_key(struct rte_lpm6 *lpm, in rule_find_with_key()
973 rte_lpm6_lookup_bulk_func(const struct rte_lpm6 *lpm, in rte_lpm6_lookup_bulk_func()
1067 rte_lpm6_delete_bulk_func(struct rte_lpm6 *lpm, in rte_lpm6_delete_bulk_func()
[all …]
H A Drte_lpm.c51 struct rte_lpm lpm; member
151 struct rte_lpm *lpm = NULL; in rte_lpm_create() local
252 rte_lpm_free(struct rte_lpm *lpm) in rte_lpm_free()
301 rte_lpm_rcu_qsbr_add(struct rte_lpm *lpm, struct rte_lpm_rcu_config *cfg) in rte_lpm_rcu_qsbr_add()
799 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add()
850 rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_is_rule_present()
1143 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth) in rte_lpm_delete()
1201 rte_lpm_delete_all(struct rte_lpm *lpm) in rte_lpm_delete_all()
H A Drte_lpm_sve.h16 __rte_lpm_lookup_vec(const struct rte_lpm *lpm, const uint32_t *ips, in __rte_lpm_lookup_vec()
67 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
H A Drte_lpm.h282 rte_lpm_lookup(struct rte_lpm *lpm, uint32_t ip, uint32_t *next_hop) in rte_lpm_lookup()
335 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument
339 rte_lpm_lookup_bulk_func(const struct rte_lpm *lpm, const uint32_t *ips, in rte_lpm_lookup_bulk_func()
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_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_neon.h19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
/dpdk/lib/table/
H A Drte_table_lpm_ipv6.c41 struct rte_lpm6 *lpm; member
53 struct rte_table_lpm_ipv6 *lpm; in rte_table_lpm_ipv6_create() local
123 struct rte_table_lpm_ipv6 *lpm = table; in rte_table_lpm_ipv6_free() local
139 nht_find_free(struct rte_table_lpm_ipv6 *lpm, uint32_t *pos) in nht_find_free()
154 nht_find_existing(struct rte_table_lpm_ipv6 *lpm, void *entry, uint32_t *pos) in nht_find_existing()
179 struct rte_table_lpm_ipv6 *lpm = table; in rte_table_lpm_ipv6_entry_add() local
247 struct rte_table_lpm_ipv6 *lpm = table; in rte_table_lpm_ipv6_entry_delete() local
309 struct rte_table_lpm_ipv6 *lpm = (struct rte_table_lpm_ipv6 *) table; in rte_table_lpm_ipv6_lookup() local
H A Drte_table_lpm.c44 struct rte_lpm *lpm; member
55 struct rte_table_lpm *lpm; in rte_table_lpm_create() local
126 struct rte_table_lpm *lpm = table; in rte_table_lpm_free() local
142 nht_find_free(struct rte_table_lpm *lpm, uint32_t *pos) in nht_find_free()
157 nht_find_existing(struct rte_table_lpm *lpm, void *entry, uint32_t *pos) in nht_find_existing()
182 struct rte_table_lpm *lpm = table; in rte_table_lpm_entry_add() local
249 struct rte_table_lpm *lpm = table; in rte_table_lpm_entry_delete() local
308 struct rte_table_lpm *lpm = (struct rte_table_lpm *) table; in rte_table_lpm_lookup() local
/dpdk/lib/node/
H A Dip4_lookup.c29 struct rte_lpm *lpm; member
54 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
/dpdk/examples/ip_fragmentation/
H A Dmain.c131 struct rte_lpm *lpm; member
720 struct rte_lpm *lpm; in init_routing_table() local
782 struct rte_lpm *lpm; in init_mem() local
/dpdk/examples/ipsec-secgw/
H A Drt.c129 struct rte_lpm *lpm; in rt_init() local
/dpdk/examples/ip_reassembly/
H A Dmain.c135 struct rte_lpm *lpm; member
766 struct rte_lpm *lpm; in init_routing_table() local
907 struct rte_lpm *lpm; in init_mem() local
/dpdk/app/test-fib/
H A Dmain.c843 struct rte_lpm *lpm = NULL; in run_v4() local
1043 struct rte_lpm6 *lpm = NULL; in run_v6() local
/dpdk/examples/ip_pipeline/
H A Dpipeline.h139 struct table_lpm_params lpm; member
275 struct table_rule_match_lpm lpm; member
H A Dpipeline.c789 struct rte_table_lpm_params lpm; in pipeline_table_create() member
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c814 struct rte_table_lpm_params lpm; in softnic_pipeline_table_create() member
H A Drte_eth_softnic_internals.h503 struct softnic_table_lpm_params lpm; member
969 struct softnic_table_rule_match_lpm lpm; member

12