Home
last modified time | relevance | path

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

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