virtio_net_common_hdr
flags = ((struct virtio_net_common_hdr *)(xdp->data - vi->hdr_len))->hdr.flags;
struct virtio_net_common_hdr *hdr;
flags = ((struct virtio_net_common_hdr *)buf)->hdr.flags;
flags = ((struct virtio_net_common_hdr *)p)->hdr.flags;
flags = ((struct virtio_net_common_hdr *)buf)->hdr.flags;
static struct virtio_net_common_hdr xsk_hdr;
static inline struct virtio_net_common_hdr *
return (struct virtio_net_common_hdr *)skb->cb;
struct virtio_net_common_hdr *hdr;