Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c221 enqueue_rx_packet(uint8_t client, struct rte_mbuf *buf) in enqueue_rx_packet() function
239 enqueue_rx_packet(client, pkts[i]); in process_packets()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c240 enqueue_rx_packet(uint8_t node, struct rte_mbuf *buf) in enqueue_rx_packet() function
284 enqueue_rx_packet(node, pkts[i]); in process_packets()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst219 enqueue_rx_packet(node, pkts[i]);