Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dxdp_sock.h48 struct xdp_sock { struct
50 struct sock sk;
51 struct xsk_queue *rx ____cacheline_aligned_in_smp;
52 struct net_device *dev;
53 struct xdp_umem *umem;
54 struct list_head flush_node;
55 struct xsk_buff_pool *pool;
56 u16 queue_id;
57 bool zc;
58 bool sg;
[all …]