Home
last modified time | relevance | path

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

/linux-5.19.10/net/tipc/
Dmsg.c132 bool headstolen; in tipc_buf_append() local
159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
160 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
/linux-5.19.10/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.c864 bool eop, headstolen; in wil_sring_reap_rx_edma() local
1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
1006 kfree_skb_partial(skb, headstolen); in wil_sring_reap_rx_edma()