Lines Matching defs:nonagle
61 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
1030 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle,
1955 int nonagle)
1958 ((nonagle & TCP_NAGLE_CORK) ||
1959 (!nonagle && tp->packets_out && tcp_minshall_check(tp)));
2014 int nonagle)
2035 if (tcp_nagle_check(partial != 0, tp, nonagle))
2086 unsigned int cur_mss, int nonagle)
2091 * This is implemented in the callers, where they modify the 'nonagle'
2094 if (nonagle & TCP_NAGLE_PUSH)
2101 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle))
2670 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
2730 nonagle : TCP_NAGLE_PUSH))))
2745 nonagle);
2938 int nonagle)
2947 if (tcp_write_xmit(sk, cur_mss, nonagle, 0,