Home
last modified time | relevance | path

Searched refs:rte_lpm_add (Results 1 – 13 of 13) sorted by relevance

/dpdk/app/test/
H A Dtest_lpm.c190 status = rte_lpm_add(NULL, ip, depth, next_hop); in test3()
198 status = rte_lpm_add(lpm, ip, 0, next_hop); in test3()
303 status = rte_lpm_add(lpm, ip, depth, next_hop_add); in test6()
1253 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1260 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1269 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1276 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1285 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1408 status = rte_lpm_add(lpm, ip, depth, next_hop); in test20()
1429 status = rte_lpm_add(lpm, ip, depth, next_hop); in test20()
[all …]
H A Dtest_lpm_perf.c457 if (rte_lpm_add(lpm, large_ldepth_route_table[j].ip, in test_lpm_rcu_qsbr_writer()
636 if (rte_lpm_add(lpm, large_route_table[i].ip, in test_lpm_perf()
/dpdk/lib/lpm/
H A Dversion.map14 rte_lpm_add;
H A Drte_lpm.h224 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, uint32_t next_hop);
H A Drte_lpm.c799 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add() function
/dpdk/lib/node/
H A Dip4_lookup.c142 ret = rte_lpm_add(ip4_lookup_nm.lpm_tbl[socket], in rte_node_ip4_route_add()
/dpdk/examples/ipsec-secgw/
H A Drt.c163 ret = rte_lpm_add(lpm, rt_ip4[i].ip, rt_ip4[i].depth, in rt_init()
/dpdk/lib/table/
H A Drte_table_lpm.c228 if (rte_lpm_add(lpm->lpm, ip_prefix->ip, ip_prefix->depth, nht_pos) < 0) { in rte_table_lpm_entry_add()
/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c585 ret = rte_lpm_add(ipv4_l3fwd_lpm_lookup_struct[socketid], in setup_lpm()
/dpdk/examples/ip_fragmentation/
H A Dmain.c730 ret = rte_lpm_add(lpm, in init_routing_table()
/dpdk/examples/ip_reassembly/
H A Dmain.c776 ret = rte_lpm_add(lpm, in init_routing_table()
/dpdk/app/test-fib/
H A Dmain.c927 ret = rte_lpm_add(lpm, rt[i + j].addr, in run_v4()
/dpdk/examples/l3fwd-power/
H A Dmain.c2099 ret = rte_lpm_add(ipv4_l3fwd_lookup_struct[socketid], in setup_lpm()