Searched refs:virtnet_build_skb (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ |
D | virtio_net.c | 761 static struct sk_buff *virtnet_build_skb(void *buf, unsigned int buflen, in virtnet_build_skb() function 809 skb = virtnet_build_skb(buf, truesize, p - buf, len); in page_to_skb() 1717 skb = virtnet_build_skb(buf, buflen, headroom, len); in receive_small_build_skb() 1800 skb = virtnet_build_skb(buf, buflen, xdp.data - buf, len); in receive_small_xdp()
|