Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dmsg.c138 bool headstolen; in tipc_buf_append() local
165 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
166 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
/kernel/linux/linux-6.6/net/tipc/
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A 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()

Completed in 7 milliseconds