Searched refs:xsk_ring_prod__submit (Results 1 – 2 of 2) sorted by relevance
345 xsk_ring_prod__submit(&xsk->umem->fq, in xsk_configure_socket()522 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in complete_tx_l2fwd()582 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in rx_drop()625 xsk_ring_prod__submit(&xsk->tx, BATCH_SIZE); in tx_only()700 xsk_ring_prod__submit(&xsk->tx, rcvd); in l2fwd()
128 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, size_t nb) in xsk_ring_prod__submit() function