Searched refs:xsk_ring_prod__submit (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/samples/bpf/ |
D | xsk_fwd.c | 520 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()
|
D | xdpsock_user.c | 996 xsk_ring_prod__submit(&umem->fq, XSK_RING_PROD__DEFAULT_NUM_DESCS * 2); in xsk_populate_fill_ring() 1398 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in complete_tx_l2fwd() 1463 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in rx_drop() 1535 xsk_ring_prod__submit(&xsk->tx, batch_size); in tx_only() 1711 xsk_ring_prod__submit(&xsk->tx, rcvd); in l2fwd()
|
/linux-5.19.10/tools/lib/bpf/ |
D | xsk.h | 200 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__submit() function
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | xdpxceiver.c | 888 xsk_ring_prod__submit(&umem->fq, rcvd); in receive_pkts() 934 xsk_ring_prod__submit(&xsk->tx, i); in __send_pkts() 1201 xsk_ring_prod__submit(&umem->fq, buffers_to_fill); in xsk_populate_fill_ring()
|