Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdpsock_user.c837 xsk_ring_prod__submit(&umem->fq, XSK_RING_PROD__DEFAULT_NUM_DESCS * 2); in xsk_populate_fill_ring()
1146 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in complete_tx_l2fwd()
1213 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in rx_drop()
1262 xsk_ring_prod__submit(&xsk->tx, batch_size); in tx_only()
1379 xsk_ring_prod__submit(&xsk->tx, rcvd); in l2fwd()
Dxsk_fwd.c520 xsk_ring_prod__submit(&p->umem_fq, umem_fq_size); in port_init()
582 xsk_ring_prod__submit(&p->umem_fq, n_pkts); in port_rx_burst()
624 xsk_ring_prod__submit(&p->txq, n_pkts); in port_tx_burst()
/Linux-v5.10/tools/lib/bpf/
Dxsk.h128 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, size_t nb) in xsk_ring_prod__submit() function