Searched defs:pkt_rx_queue (Results 1 – 2 of 2) sorted by relevance
41 struct pkt_rx_queue { struct42 int sockfd;44 struct iovec *rd;45 uint8_t *map;46 unsigned int framecount;47 unsigned int framenum;49 struct rte_mempool *mb_pool;50 uint16_t in_port;52 volatile unsigned long rx_pkts;53 volatile unsigned long rx_bytes;
89 struct pkt_rx_queue { struct90 struct xsk_ring_cons rx;91 struct xsk_umem_info *umem;92 struct xsk_socket *xsk;93 struct rte_mempool *mb_pool;117 struct pkt_rx_queue *pair; argument