Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdpsock_user.c98 struct xdp_uqueue { struct
110 struct xdp_uqueue rx; argument
111 struct xdp_uqueue tx;
177 static inline u32 xq_nb_free(struct xdp_uqueue *q, u32 ndescs) in xq_nb_free()
201 static inline u32 xq_nb_avail(struct xdp_uqueue *q, u32 ndescs) in xq_nb_avail()
282 static inline int xq_enq(struct xdp_uqueue *uq, in xq_enq()
305 static inline int xq_enq_tx_only(struct xdp_uqueue *uq, in xq_enq_tx_only()
327 static inline int xq_deq(struct xdp_uqueue *uq, in xq_deq()