Searched refs:xsk_ring_prod__submit (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/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 | 847 xsk_ring_prod__submit(&umem->fq, XSK_RING_PROD__DEFAULT_NUM_DESCS * 2); in xsk_populate_fill_ring() 1170 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in complete_tx_l2fwd() 1235 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in rx_drop() 1286 xsk_ring_prod__submit(&xsk->tx, batch_size); in tx_only() 1405 xsk_ring_prod__submit(&xsk->tx, rcvd); in l2fwd()
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | xdpxceiver.c | 274 xsk_ring_prod__submit(&umem->fq, XSK_RING_PROD__DEFAULT_NUM_DESCS); in xsk_populate_fill_ring() 618 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in receive_pkts() 643 xsk_ring_prod__submit(&xsk->tx, i); in __send_pkts()
|
| /Linux-v5.15/tools/lib/bpf/ |
| D | xsk.h | 194 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__submit() function
|