Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dxsk_buff_pool.h41 struct xsk_buff_pool { struct
43 struct device *dev;
44 struct net_device *netdev;
45 struct list_head xsk_tx_list;
47 spinlock_t xsk_tx_list_lock;
48 refcount_t users;
49 struct xdp_umem *umem;
50 struct work_struct work;
51 struct list_head free_list;
52 u32 heads_cnt;
[all …]