Searched refs:virtio_net_common_hdr (Results 1 – 1 of 1) sorted by relevance
495 struct virtio_net_common_hdr { struct504 static struct virtio_net_common_hdr xsk_hdr; argument669 static inline struct virtio_net_common_hdr *672 return (struct virtio_net_common_hdr *)skb->cb; in skb_vnet_common_hdr()843 struct virtio_net_common_hdr *hdr; in page_to_skb()1311 flags = ((struct virtio_net_common_hdr *)(xdp->data - vi->hdr_len))->hdr.flags; in virtnet_receive_xsk_buf()2500 struct virtio_net_common_hdr *hdr; in virtnet_receive_done()2574 flags = ((struct virtio_net_common_hdr *)buf)->hdr.flags; in receive_buf()2580 flags = ((struct virtio_net_common_hdr *)p)->hdr.flags; in receive_buf()2583 flags = ((struct virtio_net_common_hdr *)buf)->hdr.flags; in receive_buf()