Searched refs:headstolen (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/tipc/
H A Dmsg.c132 bool headstolen; local
164 if (skb_try_coalesce(head, frag, &headstolen, &delta)) {
165 kfree_skb_partial(frag, headstolen);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c864 bool eop, headstolen; local
1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen,
1006 kfree_skb_partial(skb, headstolen);

Completed in 92 milliseconds