Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_fragment.c649 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
H A Dtcp_ipv4.c1972 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) {
H A Dtcp_input.c5260 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
/linux/net/tipc/
H A Dmsg.c164 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c1002 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
/linux/net/core/
H A Dskbuff.c6183 * skb_try_coalesce - try to merge skb to prior one
6189 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce()
6280 EXPORT_SYMBOL(skb_try_coalesce);
6186 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, skb_try_coalesce() function
/linux/include/linux/
H A Dskbuff.h1359 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
/linux/net/mptcp/
H A Dprotocol.c172 !skb_try_coalesce(to, from, fragstolen, delta)) in __mptcp_try_coalesce()