Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c179 status = rte_lpm_add(NULL, ip, depth, next_hop); in test3()
187 status = rte_lpm_add(lpm, ip, 0, next_hop); in test3()
292 status = rte_lpm_add(lpm, ip, depth, next_hop_add); in test6()
1233 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1240 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1249 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1256 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1265 rte_lpm_add(lpm, ip, depth, next_hop); in test18()
1388 status = rte_lpm_add(lpm, ip, depth, next_hop); in test20()
1409 status = rte_lpm_add(lpm, ip, depth, next_hop); in test20()
[all …]
H A Dtest_lpm_perf.c447 if (rte_lpm_add(lpm, large_ldepth_route_table[j].ip, in test_lpm_rcu_qsbr_writer()
626 if (rte_lpm_add(lpm, large_route_table[i].ip, in test_lpm_perf()
/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map14 rte_lpm_add;
H A Drte_lpm.h228 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, uint32_t next_hop);
H A Drte_lpm.c806 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add() function
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c183 ret = rte_lpm_add(dd->lpm, ip, plen, nhidx); in handle_gu_change()
274 ret = rte_lpm_add(dd->lpm, ntohl(addr4.s_addr), plen, nhidx); in add_route_cb()
H A Drte_lpm.h208 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, uint32_t next_hop);
H A Drte_lpm.c691 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add() function
/f-stack/dpdk/lib/librte_node/
H A Dip4_lookup.c147 ret = rte_lpm_add(ip4_lookup_nm.lpm_tbl[socket], in rte_node_ip4_route_add()
/f-stack/dpdk/examples/ipsec-secgw/
H A Drt.c163 ret = rte_lpm_add(lpm, rt_ip4[i].ip, rt_ip4[i].depth, in rt_init()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c230 if (rte_lpm_add(lpm->lpm, ip_prefix->ip, ip_prefix->depth, nht_pos) < 0) { in rte_table_lpm_entry_add()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c490 ret = rte_lpm_add(ipv4_l3fwd_lpm_lookup_struct[socketid], in setup_lpm()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c727 ret = rte_lpm_add(lpm, in init_routing_table()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c775 ret = rte_lpm_add(lpm, in init_routing_table()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst279 ret = rte_lpm_add(ipv4_l3fwd_lookup_struct[socketid], ipv4_l3fwd_route_array[i].ip,
/f-stack/dpdk/app/test-fib/
H A Dmain.c922 ret = rte_lpm_add(lpm, rt[i + j].addr, in run_v4()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2061 ret = rte_lpm_add(ipv4_l3fwd_lookup_struct[socketid], in setup_lpm()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3326 ret = rte_lpm_add(ipv4_l3fwd_lookup_struct[socketid], in setup_lpm()