Lines Matching defs:xdp_sock
44 struct xdp_sock { struct
46 struct sock sk;
47 struct xsk_queue *rx ____cacheline_aligned_in_smp;
48 struct net_device *dev;
49 struct xdp_umem *umem;
50 struct list_head flush_node;
51 struct xsk_buff_pool *pool;
52 u16 queue_id;
53 bool zc;
54 enum {
80 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp); argument