Home
last modified time | relevance | path

Searched refs:rte_lpm6_create (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_lpm6.c133 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 Dtest_lpm6_perf.c79 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test_lpm6_perf()
/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map5 rte_lpm6_create;
H A Drte_lpm6.h55 rte_lpm6_create(const char *name, int socket_id,
H A Drte_lpm6.c247 rte_lpm6_create(const char *name, int socket_id, in rte_lpm6_create() function
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.h49 rte_lpm6_create(const char *name, int socket_id,
H A Drte_lpm6.h62 rte_lpm6_create(const char *name, int socket_id,
H A Ddpdk_lpm6.c408 lpm6 = rte_lpm6_create("test", 0, &cfg); in build_table()
H A Drte_lpm6.c244 rte_lpm6_create(const char *name, int socket_id, in rte_lpm6_create() function
/f-stack/dpdk/examples/ipsec-secgw/
H A Drt.c178 lpm6 = rte_lpm6_create(name, socket_id, &conf6); in rt_init()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm_ipv6.c106 lpm->lpm = rte_lpm6_create(p->name, socket_id, &lpm6_config); in rte_table_lpm_ipv6_create()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c514 ipv6_l3fwd_lpm_lookup_struct[socketid] = rte_lpm6_create(s, socketid, in setup_lpm()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c845 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c939 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
/f-stack/dpdk/app/test-fib/
H A Dmain.c1108 lpm = rte_lpm6_create("test_lpm", -1, &lpm_conf); in run_v6()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3349 ipv6_l3fwd_lookup_struct[socketid] = rte_lpm6_create(s, socketid, in setup_lpm()