Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_lpm6.c144 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 Dtest_lpm6_perf.c90 lpm = rte_lpm6_create(__func__, SOCKET_ID_ANY, &config); in test_lpm6_perf()
/dpdk/lib/lpm/
H A Dversion.map5 rte_lpm6_create;
H A Drte_lpm6.h54 rte_lpm6_create(const char *name, int socket_id,
H A Drte_lpm6.c240 rte_lpm6_create(const char *name, int socket_id, in rte_lpm6_create() function
/dpdk/examples/ipsec-secgw/
H A Drt.c178 lpm6 = rte_lpm6_create(name, socket_id, &conf6); in rt_init()
/dpdk/lib/table/
H A Drte_table_lpm_ipv6.c103 lpm->lpm = rte_lpm6_create(p->name, socket_id, &lpm6_config); in rte_table_lpm_ipv6_create()
/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c610 ipv6_l3fwd_lpm_lookup_struct[socketid] = rte_lpm6_create(s, socketid, in setup_lpm()
/dpdk/examples/ip_fragmentation/
H A Dmain.c848 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
/dpdk/examples/ip_reassembly/
H A Dmain.c945 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
/dpdk/app/test-fib/
H A Dmain.c1114 lpm = rte_lpm6_create("test_lpm", -1, &lpm_conf); in run_v6()