| /dpdk/app/test/ |
| H A D | test_lpm6.c | 136 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 D | test_lpm.c | 97 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 D | test_func_reentrancy.c | 347 struct rte_lpm *lpm; in lpm_clean() local 366 struct rte_lpm *lpm; in lpm_create_free() local
|
| H A D | test_lpm6_perf.c | 67 struct rte_lpm6 *lpm = NULL; in test_lpm6_perf() local
|
| H A D | test_lpm_perf.c | 31 struct rte_lpm *lpm; variable
|
| /dpdk/lib/lpm/ |
| H A D | rte_lpm6.c | 160 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 D | rte_lpm.c | 51 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 D | rte_lpm_sve.h | 16 __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 D | rte_lpm.h | 282 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 D | rte_lpm_sse.h | 18 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
|
| H A D | rte_lpm_altivec.h | 19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
|
| H A D | rte_lpm_neon.h | 19 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4], in rte_lpm_lookupx4()
|
| /dpdk/lib/table/ |
| H A D | rte_table_lpm_ipv6.c | 41 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 D | rte_table_lpm.c | 44 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 D | ip4_lookup.c | 29 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 D | ip4_lookup_neon.h | 14 struct rte_lpm *lpm = IP4_LOOKUP_NODE_LPM(node->ctx); in ip4_lookup_node_process_vec() local
|
| H A D | ip4_lookup_sse.h | 14 struct rte_lpm *lpm = IP4_LOOKUP_NODE_LPM(node->ctx); in ip4_lookup_node_process_vec() local
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 131 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 D | rt.c | 129 struct rte_lpm *lpm; in rt_init() local
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 135 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 D | main.c | 843 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 D | pipeline.h | 139 struct table_lpm_params lpm; member 275 struct table_rule_match_lpm lpm; member
|
| H A D | pipeline.c | 789 struct rte_table_lpm_params lpm; in pipeline_table_create() member
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 814 struct rte_table_lpm_params lpm; in softnic_pipeline_table_create() member
|
| H A D | rte_eth_softnic_internals.h | 503 struct softnic_table_lpm_params lpm; member 969 struct softnic_table_rule_match_lpm lpm; member
|