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