Searched refs:rte_lpm6_lookup (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6.c | 337 status = rte_lpm6_lookup(NULL, ip, &next_hop_return); in test6() 349 status = rte_lpm6_lookup(lpm, ip, NULL); in test6() 461 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test9() 470 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test9() 743 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test15() 749 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test15() 780 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test16() 786 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test16() 897 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test18() 903 status = rte_lpm6_lookup(lpm, ip, &next_hop_return); in test18() [all …]
|
| H A D | test_lpm6_perf.c | 105 if (rte_lpm6_lookup(lpm, large_ips_table[j].ip, in test_lpm6_perf()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | version.map | 12 rte_lpm6_lookup;
|
| H A D | rte_lpm6.h | 174 rte_lpm6_lookup(const struct rte_lpm6 *lpm, const uint8_t *ip, uint32_t *next_hop);
|
| H A D | rte_lpm6.c | 946 rte_lpm6_lookup(const struct rte_lpm6 *lpm, const uint8_t *ip, in rte_lpm6_lookup() function
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.h | 182 rte_lpm6_lookup(const struct rte_lpm6 *lpm, const uint8_t *ip, uint32_t *next_hop);
|
| H A D | dpdk_lpm6.c | 107 ret = rte_lpm6_lookup(lpm6, (const uint8_t *)addr6, &nhidx); in lookup_ptr()
|
| H A D | rte_lpm6.c | 954 rte_lpm6_lookup(const struct rte_lpm6 *lpm, const uint8_t *ip, in rte_lpm6_lookup() function
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm.c | 99 if (rte_lpm6_lookup(ipv6_l3fwd_lookup_struct, dst_ip, &next_hop) == 0) in lpm_get_ipv6_dst_port() 155 return (uint16_t) ((rte_lpm6_lookup(qconf->ipv6_lookup_struct, in lpm_get_dst_port_with_ipv4()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_lpm_ipv6.c | 331 status = rte_lpm6_lookup(lpm->lpm, ip, &nht_pos); in rte_table_lpm_ipv6_lookup()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 163 ret = rte_lpm6_lookup((struct rte_lpm6 *)rt_ctx, dst_ip, &hop); in route6_pkt()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 312 if (rte_lpm6_lookup(rxq->lpm6, ip_hdr->dst_addr, in l3fwd_simple_forward()
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 401 if (rte_lpm6_lookup(rxq->lpm6, ip_hdr->dst_addr, in reassemble()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 870 return ((rte_lpm6_lookup(ipv6_l3fwd_lookup_struct, in get_ipv6_dst_port() 1372 return (uint16_t) ((rte_lpm6_lookup( in get_dst_port()
|