Searched refs:xdp_headroom (Results 1 – 5 of 5) sorted by relevance
287 if (queue->vif->xdp_headroom) { in xenvif_rx_next_skb()293 extra->u.xdp.headroom = queue->vif->xdp_headroom; in xenvif_rx_next_skb()398 unsigned int offset = queue->vif->xdp_headroom; in xenvif_rx_data_slot()
297 u16 xdp_headroom; member
406 vif->xdp_headroom = 0; in read_xenbus_frontend_xdp()411 vif->xdp_headroom = headroom; in read_xenbus_frontend_xdp()
522 vif->xdp_headroom = 0; in xenvif_alloc()
1703 unsigned int xdp_headroom, in receive_small_build_skb() argument1712 header_offset = VIRTNET_RX_PAD + xdp_headroom; in receive_small_build_skb()1732 unsigned int xdp_headroom, in receive_small_xdp() argument1737 unsigned int header_offset = VIRTNET_RX_PAD + xdp_headroom; in receive_small_xdp()1758 if (unlikely(xdp_headroom < virtnet_get_headroom(vi))) { in receive_small_xdp()1763 xdp_headroom = virtnet_get_headroom(vi); in receive_small_xdp()1764 header_offset = VIRTNET_RX_PAD + xdp_headroom; in receive_small_xdp()1781 xdp_headroom, len, true); in receive_small_xdp()1826 unsigned int xdp_headroom = (unsigned long)ctx; in receive_small() local1833 buf -= VIRTNET_RX_PAD + xdp_headroom; in receive_small()[all …]