Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_lpm6.c272 status = rte_lpm6_add(NULL, ip, depth, next_hop); in test4()
280 status = rte_lpm6_add(lpm, ip, 0, next_hop); in test4()
467 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test9()
519 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test10()
527 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test10()
557 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
562 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
569 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
576 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
583 status = rte_lpm6_add(lpm, ip, depth, next_hop_add); in test11()
[all …]
H A Dtest_lpm6_perf.c97 if (rte_lpm6_add(lpm, large_route_table[i].ip, in test_lpm6_perf()
/dpdk/lib/lpm/
H A Dversion.map4 rte_lpm6_add;
H A Drte_lpm6.h96 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth,
H A Drte_lpm6.c232 rte_lpm6_add(lpm, rule_key->ip, rule_key->depth, in rebuild_lpm()
852 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth, in rte_lpm6_add() function
/dpdk/examples/ipsec-secgw/
H A Drt.c185 ret = rte_lpm6_add(lpm6, rt_ip6[i].ip, rt_ip6[i].depth, in rt_init()
/dpdk/lib/table/
H A Drte_table_lpm_ipv6.c225 if (rte_lpm6_add(lpm->lpm, ip_prefix->ip, ip_prefix->depth, in rte_table_lpm_ipv6_entry_add()
/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c629 ret = rte_lpm6_add(ipv6_l3fwd_lpm_lookup_struct[socketid], in setup_lpm()
/dpdk/examples/ip_fragmentation/
H A Dmain.c754 ret = rte_lpm6_add(lpm6, in init_routing_table()
/dpdk/examples/ip_reassembly/
H A Dmain.c800 ret = rte_lpm6_add(lpm6, in init_routing_table()
/dpdk/app/test-fib/
H A Dmain.c1122 ret = rte_lpm6_add(lpm, rt[i + j].addr, in run_v6()