Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdpsock_user.c177 static inline u32 xq_nb_free(struct xdp_uqueue *q, u32 ndescs) in xq_nb_free() function
289 if (xq_nb_free(uq, ndescs) < ndescs) in xq_enq()
311 if (xq_nb_free(uq, ndescs) < ndescs) in xq_enq_tx_only()
848 if (xq_nb_free(&xsk->tx, BATCH_SIZE) >= BATCH_SIZE) { in tx_only()