Home
last modified time | relevance | path

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

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