Searched defs:xdp_sock (Results 1 – 2 of 2) sorted by relevance
125123 struct xdp_sock { struct125124 struct sock sk;125130 struct xsk_queue *rx;125131 struct net_device *dev;125132 struct xdp_umem *umem;125133 struct list_head flush_node;125134 struct xsk_buff_pool *pool;125135 u16 queue_id;125136 bool zc;125137 bool sg;[all …]
132758 struct xdp_sock { struct132759 struct sock sk;132765 struct xsk_queue *rx;132766 struct net_device *dev;132767 struct xdp_umem *umem;132768 struct list_head flush_node;132769 struct xsk_buff_pool *pool;132770 u16 queue_id;132771 bool zc;132772 bool sg;[all …]