Home
last modified time | relevance | path

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

/linux-4.1.27/net/irda/
Dwrapper.c214 int docopy; in async_bump() local
222 docopy = ((rx_buff->skb == NULL) || in async_bump()
226 newskb = dev_alloc_skb(docopy ? rx_buff->len + 1 : rx_buff->truesize); in async_bump()
240 if(docopy) { in async_bump()
/linux-4.1.27/drivers/net/irda/
Dirda-usb.c800 unsigned int len, docopy; in irda_usb_receive() local
874 docopy = (urb->actual_length < IRDA_RX_COPY_THRESHOLD); in irda_usb_receive()
878 newskb = dev_alloc_skb(docopy ? urb->actual_length : in irda_usb_receive()
882 newskb = dev_alloc_skb(docopy ? urb->actual_length : in irda_usb_receive()
896 if(docopy) { in irda_usb_receive()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunvnet.c1048 int i, len, pad, docopy; in vnet_skb_shape() local
1060 docopy = skb_shinfo(skb)->nr_frags >= ncookies; in vnet_skb_shape()
1064 docopy |= f->page_offset & 7; in vnet_skb_shape()
1068 skb_headroom(skb) < VNET_PACKET_SKIP || docopy) { in vnet_skb_shape()