Searched refs:docopy (Results 1 – 3 of 3) sorted by relevance
214 int docopy; in async_bump() local222 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()
800 unsigned int len, docopy; in irda_usb_receive() local876 docopy = (urb->actual_length < IRDA_RX_COPY_THRESHOLD); in irda_usb_receive()880 newskb = dev_alloc_skb(docopy ? urb->actual_length : in irda_usb_receive()884 newskb = dev_alloc_skb(docopy ? urb->actual_length : in irda_usb_receive()898 if(docopy) { in irda_usb_receive()
1048 int i, len, pad, docopy; in vnet_skb_shape() local1060 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()