Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxsk_queue.c24 struct xsk_queue *xskq_create(u32 nentries, bool umem_queue) in xskq_create() function
H A Dxsk_queue.h459 struct xsk_queue *xskq_create(u32 nentries, bool umem_queue);
H A Dxsk.c956 q = xskq_create(entries, umem_queue); in xsk_init_queue()