xdp_headroom      638 drivers/net/virtio_net.c 	unsigned int xdp_headroom = (unsigned long)ctx;
xdp_headroom      639 drivers/net/virtio_net.c 	unsigned int header_offset = VIRTNET_RX_PAD + xdp_headroom;
xdp_headroom      663 drivers/net/virtio_net.c 		if (unlikely(xdp_headroom < virtnet_get_headroom(vi))) {
xdp_headroom      668 drivers/net/virtio_net.c 			xdp_headroom = virtnet_get_headroom(vi);
xdp_headroom      669 drivers/net/virtio_net.c 			header_offset = VIRTNET_RX_PAD + xdp_headroom;
xdp_headroom      685 drivers/net/virtio_net.c 		xdp.data = xdp.data_hard_start + xdp_headroom;
xdp_headroom     1079 drivers/net/virtio_net.c 	unsigned int xdp_headroom = virtnet_get_headroom(vi);
xdp_headroom     1080 drivers/net/virtio_net.c 	void *ctx = (void *)(unsigned long)xdp_headroom;
xdp_headroom     1081 drivers/net/virtio_net.c 	int len = vi->hdr_len + VIRTNET_RX_PAD + GOOD_PACKET_LEN + xdp_headroom;
xdp_headroom     1092 drivers/net/virtio_net.c 	sg_init_one(rq->sg, buf + VIRTNET_RX_PAD + xdp_headroom,