Home
last modified time | relevance | path

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

/linux-6.8/include/net/
Dxsk_buff_pool.h49 struct xsk_buff_pool { struct
51 struct device *dev;
52 struct net_device *netdev;
53 struct list_head xsk_tx_list;
55 spinlock_t xsk_tx_list_lock;
56 refcount_t users;
57 struct xdp_umem *umem;
58 struct work_struct work;
59 struct list_head free_list;
60 struct list_head xskb_list;
[all …]