Searched refs:virtio_net_common_hdr (Results 1 – 1 of 1) sorted by relevance
503 struct virtio_net_common_hdr { struct512 static struct virtio_net_common_hdr xsk_hdr; argument674 static inline struct virtio_net_common_hdr *677 return (struct virtio_net_common_hdr *)skb->cb; in skb_vnet_common_hdr()850 struct virtio_net_common_hdr *hdr; in page_to_skb()1432 flags = ((struct virtio_net_common_hdr *)(xdp->data - vi->hdr_len))->hdr.flags; in virtnet_receive_xsk_buf()2576 struct virtio_net_common_hdr *hdr; in virtnet_receive_done()2640 flags = ((struct virtio_net_common_hdr *)buf)->hdr.flags; in receive_buf()2646 flags = ((struct virtio_net_common_hdr *)p)->hdr.flags; in receive_buf()2649 flags = ((struct virtio_net_common_hdr *)buf)->hdr.flags; in receive_buf()