Searched refs:virtio_net_common_hdr (Results 1 – 1 of 1) sorted by relevance
495 struct virtio_net_common_hdr { struct503 static struct virtio_net_common_hdr xsk_hdr; argument672 static inline struct virtio_net_common_hdr *675 return (struct virtio_net_common_hdr *)skb->cb; in skb_vnet_common_hdr()827 struct virtio_net_common_hdr *hdr; in page_to_skb()1376 flags = ((struct virtio_net_common_hdr *)(xdp->data - vi->hdr_len))->hdr.flags; in virtnet_receive_xsk_buf()2515 struct virtio_net_common_hdr *hdr; in virtnet_receive_done()2569 flags = ((struct virtio_net_common_hdr *)buf)->hdr.flags; in receive_buf()