Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dxdp_sock.h45 struct xdp_sock { struct
47 struct sock sk;
48 struct xsk_queue *rx ____cacheline_aligned_in_smp;
49 struct net_device *dev;
50 struct xdp_umem *umem;
51 struct list_head flush_node;
52 struct xsk_buff_pool *pool;
53 u16 queue_id;
54 bool zc;
55 bool sg;
[all …]