Searched refs:tcp_nagle_check (Results 1 – 1 of 1) sorted by relevance
2231 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp,2312 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_cwnd_test() 2371 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle))2213 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, tcp_nagle_check() function