Searched refs:tcp_try_coalesce (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/Documentation/networking/net_cachelines/ |
D | snmp.rst | 20 …TCPRCVCOALESCE write_mostly tcp_try_coalesce,tcp_queue_rcv…
|
/linux-6.14.4/net/ipv4/ |
D | tcp_input.c | 4884 static bool tcp_try_coalesce(struct sock *sk, in tcp_try_coalesce() function 4924 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce() 4975 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 5167 tcp_try_coalesce(sk, tail, in tcp_queue_rcv()
|