Home
last modified time | relevance | path

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

/Linux-v4.19/net/ieee802154/6lowpan/
Dreassembly.c250 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in lowpan_frag_reasm()
/Linux-v4.19/net/tipc/
Dmsg.c161 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/Linux-v4.19/net/ipv6/
Dreassembly.c378 if (skb_try_coalesce(head, fp, &headstolen, &delta)) { in ip6_frag_reasm()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.c979 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
/Linux-v4.19/net/core/
Dskbuff.c4815 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function
4890 EXPORT_SYMBOL(skb_try_coalesce);
/Linux-v4.19/include/linux/
Dskbuff.h985 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
/Linux-v4.19/net/ipv4/
Dtcp_input.c4361 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()