Home
last modified time | relevance | path

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

/Linux-v6.1/net/vmw_vsock/
Dvirtio_transport_common.c27 #define GOOD_COPY_LEN 128 macro
1043 if (pkt->len <= GOOD_COPY_LEN && !list_empty(&vvs->rx_queue)) { in virtio_transport_recv_enqueue()
/Linux-v6.1/drivers/net/
Dvirtio_net.c36 #define GOOD_COPY_LEN 128 macro
484 if (!NET_IP_ALIGN && len > GOOD_COPY_LEN && tailroom >= shinfo_size) { in page_to_skb()
499 skb = napi_alloc_skb(&rq->napi, GOOD_COPY_LEN); in page_to_skb()