Searched refs:rte_lpm6_create (Results 1 – 11 of 11) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm6.c | 144 lpm = rte_lpm6_create(NULL, SOCKET_ID_ANY, &config); in test0() 150 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test0() 155 lpm = rte_lpm6_create(__func__, -2, &config); in test0() 160 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test0() 164 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, NULL); in test0() 186 lpm1 = rte_lpm6_create("LPM1", SOCKET_ID_ANY, &config); in test1() 190 lpm2 = rte_lpm6_create("LPM2", SOCKET_ID_ANY, &config); in test1() 194 lpm3 = rte_lpm6_create("LPM1", SOCKET_ID_ANY, &config); in test1() 246 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test3() 276 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test4() [all …]
|
| H A D | test_lpm6_perf.c | 90 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test_lpm6_perf()
|
| /dpdk/lib/lpm/ |
| H A D | version.map | 5 rte_lpm6_create;
|
| H A D | rte_lpm6.h | 54 rte_lpm6_create(const char *name, int socket_id,
|
| H A D | rte_lpm6.c | 240 rte_lpm6_create(const char *name, int socket_id, in rte_lpm6_create() function
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | rt.c | 178 lpm6 = rte_lpm6_create(name, socket_id, &conf6); in rt_init()
|
| /dpdk/lib/table/ |
| H A D | rte_table_lpm_ipv6.c | 103 lpm->lpm = rte_lpm6_create(p->name, socket_id, &lpm6_config); in rte_table_lpm_ipv6_create()
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm.c | 610 ipv6_l3fwd_lpm_lookup_struct[socketid] = rte_lpm6_create(s, socketid, in setup_lpm()
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 848 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 945 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
|
| /dpdk/app/test-fib/ |
| H A D | main.c | 1114 lpm = rte_lpm6_create("test_lpm", -1, &lpm_conf); in run_v6()
|