Searched refs:xsk_ring_prod__reserve (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/samples/bpf/ |
D | xdpsock_user.c | 830 ret = xsk_ring_prod__reserve(&umem->fq, in xsk_populate_fill_ring() 1131 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in complete_tx_l2fwd() 1139 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in complete_tx_l2fwd() 1190 ret = xsk_ring_prod__reserve(&xsk->umem->fq, rcvd, &idx_fq); in rx_drop() 1198 ret = xsk_ring_prod__reserve(&xsk->umem->fq, rcvd, &idx_fq); in rx_drop() 1250 while (xsk_ring_prod__reserve(&xsk->tx, batch_size, &idx) < in tx_only() 1352 ret = xsk_ring_prod__reserve(&xsk->tx, rcvd, &idx_tx); in l2fwd() 1361 ret = xsk_ring_prod__reserve(&xsk->tx, rcvd, &idx_tx); in l2fwd()
|
D | xsk_fwd.c | 514 xsk_ring_prod__reserve(&p->umem_fq, umem_fq_size, &pos); in port_init() 564 status = xsk_ring_prod__reserve(&p->umem_fq, n_pkts, &pos); in port_rx_burst() 610 status = xsk_ring_prod__reserve(&p->txq, n_pkts, &pos); in port_tx_burst()
|
/Linux-v5.10/tools/lib/bpf/ |
D | xsk.h | 116 static inline size_t xsk_ring_prod__reserve(struct xsk_ring_prod *prod, in xsk_ring_prod__reserve() function
|