Searched refs:skb_try_coalesce (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/ipv4/
H A Dinet_fragment.c589 if (try_coalesce && skb_try_coalesce(head, fp, &stolen,
H A Dtcp_ipv4.c2066 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) {
H A Dtcp_input.c4811 if (!skb_try_coalesce(to, from, fragstolen, &delta))
/linux-master/net/tipc/
H A Dmsg.c164 if (skb_try_coalesce(head, frag, &headstolen, &delta)) {
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen,
/linux-master/net/core/
H A Dskbuff.c5911 * skb_try_coalesce - try to merge skb to prior one
5917 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, function
6003 EXPORT_SYMBOL(skb_try_coalesce); variable
/linux-master/include/linux/
H A Dskbuff.h1289 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
/linux-master/net/mptcp/
H A Dprotocol.c138 !skb_try_coalesce(to, from, &fragstolen, &delta))

Completed in 240 milliseconds