Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm6.c261 status = rte_lpm6_add(NULL, ip, depth, next_hop); in test4()
269 status = rte_lpm6_add(lpm, ip, 0, next_hop); in test4()
456 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test9()
508 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test10()
516 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test10()
546 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
551 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
558 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
565 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
572 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
[all …]
H A Dtest_lpm6_perf.c86 if (rte_lpm6_add(lpm, large_route_table[i].ip, in test_lpm6_perf()
/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map4 rte_lpm6_add;
H A Drte_lpm6.h97 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth,
H A Drte_lpm6.c239 rte_lpm6_add(lpm, rule_key->ip, rule_key->depth, in rebuild_lpm()
857 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth, in rte_lpm6_add() function
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.h54 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth,
H A Drte_lpm6.h104 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth,
H A Ddpdk_lpm6.c218 ret = rte_lpm6_add(dd->lpm6, (const uint8_t *)addr6, in handle_gu_change()
338 ret = rte_lpm6_add(dd->lpm6, (const uint8_t *)&addr6, plen, nhidx, 1); in add_route_cb()
H A Drte_lpm6.c235 rte_lpm6_add(lpm, rule_key->ip, rule_key->depth,
863 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth, in rte_lpm6_add() function
/f-stack/dpdk/examples/ipsec-secgw/
H A Drt.c185 ret = rte_lpm6_add(lpm6, rt_ip6[i].ip, rt_ip6[i].depth, in rt_init()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm_ipv6.c228 if (rte_lpm6_add(lpm->lpm, ip_prefix->ip, ip_prefix->depth, in rte_table_lpm_ipv6_entry_add()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c529 ret = rte_lpm6_add(ipv6_l3fwd_lpm_lookup_struct[socketid], in setup_lpm()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c751 ret = rte_lpm6_add(lpm6, in init_routing_table()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c799 ret = rte_lpm6_add(lpm6, in init_routing_table()
/f-stack/dpdk/app/test-fib/
H A Dmain.c1116 ret = rte_lpm6_add(lpm, rt[i + j].addr, in run_v6()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3363 ret = rte_lpm6_add(ipv6_l3fwd_lookup_struct[socketid], in setup_lpm()