Home
last modified time | relevance | path

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

/Linux-v5.4/net/xdp/
Dxsk_queue.h34 struct xsk_queue { struct
35 u64 chunk_mask;
36 u64 size;
37 u32 ring_mask;
38 u32 nentries;
39 u32 prod_head;
40 u32 prod_tail;
41 u32 cons_head;
42 u32 cons_tail;
43 struct xdp_ring *ring;
[all …]