Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dxsk_buff_pool.h47 struct xsk_buff_pool { struct
49 struct device *dev;
50 struct net_device *netdev;
51 struct list_head xsk_tx_list;
53 spinlock_t xsk_tx_list_lock;
54 refcount_t users;
55 struct xdp_umem *umem;
56 struct work_struct work;
57 struct list_head free_list;
58 struct list_head xskb_list;
[all …]