| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6.c | 133 lpm = rte_lpm6_create(NULL, SOCKET_ID_ANY, &config); in test0() 139 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test0() 144 lpm = rte_lpm6_create(__func__, -2, &config); in test0() 149 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test0() 153 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, NULL); in test0() 175 lpm1 = rte_lpm6_create("LPM1", SOCKET_ID_ANY, &config); in test1() 179 lpm2 = rte_lpm6_create("LPM2", SOCKET_ID_ANY, &config); in test1() 183 lpm3 = rte_lpm6_create("LPM1", SOCKET_ID_ANY, &config); in test1() 235 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test3() 265 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test4() [all …]
|
| H A D | test_lpm6_perf.c | 79 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test_lpm6_perf()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | version.map | 5 rte_lpm6_create;
|
| H A D | rte_lpm6.h | 55 rte_lpm6_create(const char *name, int socket_id,
|
| H A D | rte_lpm6.c | 247 rte_lpm6_create(const char *name, int socket_id, in rte_lpm6_create() function
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm6.h | 49 rte_lpm6_create(const char *name, int socket_id,
|
| H A D | rte_lpm6.h | 62 rte_lpm6_create(const char *name, int socket_id,
|
| H A D | dpdk_lpm6.c | 408 lpm6 = rte_lpm6_create("test", 0, &cfg); in build_table()
|
| H A D | rte_lpm6.c | 244 rte_lpm6_create(const char *name, int socket_id, in rte_lpm6_create() function
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | rt.c | 178 lpm6 = rte_lpm6_create(name, socket_id, &conf6); in rt_init()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_lpm_ipv6.c | 106 lpm->lpm = rte_lpm6_create(p->name, socket_id, &lpm6_config); in rte_table_lpm_ipv6_create()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm.c | 514 ipv6_l3fwd_lpm_lookup_struct[socketid] = rte_lpm6_create(s, socketid, in setup_lpm()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 845 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 939 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
|
| /f-stack/dpdk/app/test-fib/ |
| H A D | main.c | 1108 lpm = rte_lpm6_create("test_lpm", -1, &lpm_conf); in run_v6()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 3349 ipv6_l3fwd_lookup_struct[socketid] = rte_lpm6_create(s, socketid, in setup_lpm()
|