Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst81 … tcp_packets_in_flight(tx/rx);tcp_slow_start_after_idle_check,tcp_nagle_check,tcp_rate_skb_…
/linux-6.14.4/net/ipv4/
Dtcp_output.c1996 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, in tcp_nagle_check() function
2077 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_mss_split_point()
2136 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test()