Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1356 get_dst_port(struct rte_mbuf *pkt, uint32_t dst_ipv4, uint16_t portid) in get_dst_port() function
1396 dp = get_dst_port(pkt, dst_ipv4, portid); in process_packet()
1471 dprt[0] = get_dst_port(pkt[0], dst.u32[0], portid); in processx4_step2()
1472 dprt[1] = get_dst_port(pkt[1], dst.u32[1], portid); in processx4_step2()
1473 dprt[2] = get_dst_port(pkt[2], dst.u32[2], portid); in processx4_step2()
1474 dprt[3] = get_dst_port(pkt[3], dst.u32[3], portid); in processx4_step2()