| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6.c | 125 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 D | test_lpm.c | 86 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 D | test_lpm6_perf.c | 56 struct rte_lpm6 *lpm = NULL; in test_lpm6_perf() local
|
| H A D | test_func_reentrancy.c | 338 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 D | rte_lpm6.c | 167 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 D | rte_lpm.c | 58 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 D | rte_lpm.h | 286 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 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_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_neon.h | 19 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 D | rte_table_lpm.c | 46 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 D | rte_table_lpm_ipv6.c | 44 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 D | rte_lpm6.c | 162 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 D | rte_lpm.c | 144 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 D | rte_lpm.h | 271 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 D | dpdk_lpm.c | 65 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 D | ip4_lookup.c | 34 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 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
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 132 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 D | rt.c | 129 struct rte_lpm *lpm; in rt_init() local
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 136 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 D | main.c | 839 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 D | pipeline.h | 139 struct table_lpm_params lpm; member 275 struct table_rule_match_lpm lpm; member
|
| /f-stack/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
|