Searched refs:lpm_get_dst_port_with_ipv4 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm_sse.h | 73 dprt[0] = lpm_get_dst_port_with_ipv4(qconf, pkt[0], dst.u32[0], portid); in processx4_step2() 74 dprt[1] = lpm_get_dst_port_with_ipv4(qconf, pkt[1], dst.u32[1], portid); in processx4_step2() 75 dprt[2] = lpm_get_dst_port_with_ipv4(qconf, pkt[2], dst.u32[2], portid); in processx4_step2() 76 dprt[3] = lpm_get_dst_port_with_ipv4(qconf, pkt[3], dst.u32[3], portid); in processx4_step2()
|
| H A D | l3fwd_lpm_altivec.h | 83 dprt[0] = lpm_get_dst_port_with_ipv4(qconf, pkt[0], in processx4_step2() 85 dprt[1] = lpm_get_dst_port_with_ipv4(qconf, pkt[1], in processx4_step2() 87 dprt[2] = lpm_get_dst_port_with_ipv4(qconf, pkt[2], in processx4_step2() 89 dprt[3] = lpm_get_dst_port_with_ipv4(qconf, pkt[3], in processx4_step2()
|
| H A D | l3fwd_lpm_neon.h | 72 dprt[0] = lpm_get_dst_port_with_ipv4(qconf, pkt[0], in processx4_step2() 74 dprt[1] = lpm_get_dst_port_with_ipv4(qconf, pkt[1], in processx4_step2() 76 dprt[2] = lpm_get_dst_port_with_ipv4(qconf, pkt[2], in processx4_step2() 78 dprt[3] = lpm_get_dst_port_with_ipv4(qconf, pkt[3], in processx4_step2()
|
| H A D | l3fwd_lpm.c | 138 lpm_get_dst_port_with_ipv4(const struct lcore_conf *qconf, struct rte_mbuf *pkt, in lpm_get_dst_port_with_ipv4() function
|