Home
last modified time | relevance | path

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

/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()