Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst27 … read_mostly read_write tcp_wnd_end,tcp_urg_mode,tcp_minshall_check,tcp_cwnd_val…
28 … snd_sml read_write tcp_minshall_check,tcp_minshall…
/linux-6.14.4/net/ipv4/
Dtcp_output.c1968 static bool tcp_minshall_check(const struct tcp_sock *tp) in tcp_minshall_check() function
2001 (!nonagle && tp->packets_out && tcp_minshall_check(tp))); in tcp_nagle_check()