Searched defs:xdp_sock (Results 1 – 1 of 1) sorted by relevance
48 struct xdp_sock { struct50 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 …]