Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdpsock_user.c830 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()
1354 ret = xsk_ring_prod__reserve(&xsk->tx, rcvd, &idx_tx); in l2fwd()
1363 ret = xsk_ring_prod__reserve(&xsk->tx, rcvd, &idx_tx); in l2fwd()
H A Dxsk_fwd.c514 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()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.h116 static inline size_t xsk_ring_prod__reserve(struct xsk_ring_prod *prod, in xsk_ring_prod__reserve() function