Home
last modified time | relevance | path

Searched refs:virtnet_get_headroom (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/
H A Dvirtio_net.c1785 static unsigned int virtnet_get_headroom(struct virtnet_info *vi) in virtnet_get_headroom() function
1914 if (unlikely(xdp_headroom < virtnet_get_headroom(vi))) { in receive_small_xdp()
1919 xdp_headroom = virtnet_get_headroom(vi); in receive_small_xdp()
2244 if (likely(headroom >= virtnet_get_headroom(vi) && in mergeable_xdp_get_buf()
2594 unsigned int xdp_headroom = virtnet_get_headroom(vi); in add_recvbuf_small()
2692 unsigned int headroom = virtnet_get_headroom(vi); in add_recvbuf_mergeable()
6449 unsigned int headroom = virtnet_get_headroom(vi); in mergeable_rx_buffer_size_show()