Searched refs:virtnet_build_skb (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/ |
| D | virtio_net.c | 480 static struct sk_buff *virtnet_build_skb(void *buf, unsigned int buflen, in virtnet_build_skb() function 529 skb = virtnet_build_skb(buf, truesize, p - buf, len); in page_to_skb() 1146 skb = virtnet_build_skb(buf, buflen, headroom, len); in receive_small_build_skb() 1225 skb = virtnet_build_skb(buf, buflen, xdp.data - buf, len); in receive_small_xdp()
|