Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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 …]