Lines Matching defs:nonagle
63 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
1020 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle,
1954 int nonagle)
1957 ((nonagle & TCP_NAGLE_CORK) ||
1958 (!nonagle && tp->packets_out && tcp_minshall_check(tp)));
2004 int nonagle)
2025 if (tcp_nagle_check(partial != 0, tp, nonagle))
2076 unsigned int cur_mss, int nonagle)
2081 * This is implemented in the callers, where they modify the 'nonagle'
2084 if (nonagle & TCP_NAGLE_PUSH)
2091 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle))
2612 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
2671 nonagle : TCP_NAGLE_PUSH))))
2686 nonagle);
2875 int nonagle)
2884 if (tcp_write_xmit(sk, cur_mss, nonagle, 0,