Home
last modified time | relevance | path

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

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