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

/linux-4.1.27/net/ipv4/
H A Dtcp_output.c1533 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, tcp_nagle_check() function
1587 if (tcp_nagle_check(partial != 0, tp, nonagle)) tcp_mss_split_point()
1654 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) tcp_nagle_test()

Completed in 66 milliseconds