Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
Dxdp_sock.h47 struct xdp_sock { struct
49 struct sock sk;
50 struct xsk_queue *rx ____cacheline_aligned_in_smp;
51 struct net_device *dev;
52 struct xdp_umem *umem;
53 struct list_head flush_node;
54 struct xsk_buff_pool *pool;
55 u16 queue_id;
56 bool zc;
57 bool sg;
[all …]
/kernel/linux/linux-5.10/include/net/
Dxdp_sock.h43 struct xdp_sock { struct
45 struct sock sk;
46 struct xsk_queue *rx ____cacheline_aligned_in_smp;
47 struct net_device *dev;
48 struct xdp_umem *umem;
49 struct list_head flush_node;
50 struct xsk_buff_pool *pool;
51 u16 queue_id;
52 bool zc;
53 enum {
[all …]