Home
last modified time | relevance | path

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

/net/ipv4/
Dinet_fragment.c542 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
Dtcp_ipv4.c1876 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
Dtcp_input.c4691 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
/net/tipc/
Dmsg.c159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
/net/core/
Dskbuff.c5430 bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from, in skb_try_coalesce() function
5519 EXPORT_SYMBOL(skb_try_coalesce);
/net/mptcp/
Dprotocol.c136 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()