Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dinet_fragment.c511 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
Dtcp_ipv4.c1836 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
Dtcp_input.c4592 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
/kernel/linux/linux-5.10/net/tipc/
Dmsg.c165 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.c1004 if (likely(skb_try_coalesce(rxdata->skb, skb, &headstolen, in wil_sring_reap_rx_edma()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c5177 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function
5252 EXPORT_SYMBOL(skb_try_coalesce);
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.c128 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h1081 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,