Searched refs:virtnet_build_skb (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/
H A Dvirtio_net.c699 static struct sk_buff *virtnet_build_skb(void *buf, unsigned int buflen,
747 skb = virtnet_build_skb(buf, truesize, p - buf, len);
1329 skb = virtnet_build_skb(buf, buflen, headroom, len);
1408 skb = virtnet_build_skb(buf, buflen, xdp.data - buf, len);
559 static struct sk_buff *virtnet_build_skb(void *buf, unsigned int buflen, function

Completed in 210 milliseconds