Home
last modified time | relevance | path

Searched refs:tcp_try_coalesce (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dsnmp.rst20 …TCPRCVCOALESCE write_mostly tcp_try_coalesce,tcp_queue_rcv…
/linux/net/ipv4/
H A Dtcp_input.c5243 * tcp_try_coalesce - try to merge skb to prior one in tcp_data_queue_ofo()
5255 static bool tcp_try_coalesce(struct sock *sk, in tcp_data_queue_ofo()
5295 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_data_queue_ofo()
5347 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_send_rcvq()
5564 tcp_try_coalesce(sk, tail, in tcp_collapse()
4997 static bool tcp_try_coalesce(struct sock *sk, tcp_try_coalesce() function