Home
last modified time | relevance | path

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

/linux/net/xdp/
H A Dxsk_queue.h40 struct xsk_queue { struct
125 static inline void __xskq_cons_read_addr_unchecked(struct xsk_queue *q, u32 cached_cons, u64 *addr) in __xskq_cons_read_addr_unchecked()
133 static inline bool xskq_cons_read_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_read_addr_unchecked()
222 static inline bool xskq_has_descs(struct xsk_queue *q) in xskq_has_descs()
227 static inline bool xskq_cons_is_valid_desc(struct xsk_queue *q, in xskq_cons_is_valid_desc()
238 static inline bool xskq_cons_read_desc(struct xsk_queue *q, in xskq_cons_read_desc()
254 static inline void xskq_cons_release_n(struct xsk_queue *q, u32 cnt) in xskq_cons_release_n()
259 static inline void parse_desc(struct xsk_queue *q, struct xsk_buff_pool *pool, in parse_desc()
267 u32 xskq_cons_read_desc_batch(struct xsk_queue *q, struct xsk_buff_pool *pool, in xskq_cons_read_desc_batch()
309 static inline void __xskq_cons_release(struct xsk_queue *q) in __xskq_cons_release()
[all …]
H A Dxsk_queue.c14 static size_t xskq_get_ring_size(struct xsk_queue *q, bool umem_queue) in xskq_get_ring_size()
24 struct xsk_queue *xskq_create(u32 nentries, bool umem_queue) in xskq_create()
26 struct xsk_queue *q; in xskq_create()
59 void xskq_destroy(struct xsk_queue *q) in xskq_destroy()
H A DMakefile2 obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o xskmap.o
H A Dxsk.c1143 static int xsk_init_queue(u32 entries, struct xsk_queue **queue, in xsk_init_queue()
1146 struct xsk_queue *q; in xsk_init_queue()
1489 struct xsk_queue **q; in xsk_setsockopt()
1556 struct xsk_queue **q; in xsk_setsockopt()
1756 struct xsk_queue *q = NULL; in xsk_mmap()
H A Dxsk_diag.c26 static int xsk_diag_put_ring(const struct xsk_queue *queue, int nl_type, in xsk_diag_put_ring()
/linux/include/net/
H A Dxdp_sock.h20 struct xsk_queue;
51 struct xsk_queue *rx ____cacheline_aligned_in_smp;
65 struct xsk_queue *tx ____cacheline_aligned_in_smp;
90 struct xsk_queue *fq_tmp; /* Only as tmp storage before bind */
91 struct xsk_queue *cq_tmp; /* Only as tmp storage before bind */
H A Dxsk_buff_pool.h16 struct xsk_queue;
64 struct xsk_queue *fq ____cacheline_aligned_in_smp;
65 struct xsk_queue *cq;