Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dmsg.c132 bool headstolen; in tipc_buf_append() local
164 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
165 kfree_skb_partial(frag, headstolen); in tipc_buf_append()
/openbmc/linux/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()