Searched refs:xsk_ring_prod__submit (Results 1 – 4 of 4) sorted by relevance
/linux/samples/bpf/ |
A 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()
|
A 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/tools/lib/bpf/ |
A 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/tools/testing/selftests/bpf/ |
A D | xdpxceiver.c | 797 xsk_ring_prod__submit(&umem->fq, rcvd); in receive_pkts() 839 xsk_ring_prod__submit(&xsk->tx, i); in __send_pkts() 1041 xsk_ring_prod__submit(&umem->fq, buffers_to_fill); in xsk_populate_fill_ring()
|
Completed in 13 milliseconds