Searched refs:skb_try_coalesce (Results 1 – 6 of 6) sorted by relevance
/net/ipv4/ |
D | inet_fragment.c | 542 if (try_coalesce && skb_try_coalesce(head, fp, &stolen, in inet_frag_reasm_finish()
|
D | tcp_ipv4.c | 1876 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
|
D | tcp_input.c | 4691 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
|
/net/tipc/ |
D | msg.c | 159 if (skb_try_coalesce(head, frag, &headstolen, &delta)) { in tipc_buf_append()
|
/net/core/ |
D | skbuff.c | 5430 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/ |
D | protocol.c | 136 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()
|