Lines Matching refs:nonagle
68 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
743 tcp_write_xmit(sk, tcp_current_mss(sk), tcp_sk(sk)->nonagle, in tcp_tsq_handler()
1534 int nonagle) in tcp_nagle_check() argument
1537 ((nonagle & TCP_NAGLE_CORK) || in tcp_nagle_check()
1538 (!nonagle && tp->packets_out && tcp_minshall_check(tp))); in tcp_nagle_check()
1566 int nonagle) in tcp_mss_split_point() argument
1587 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_mss_split_point()
1639 unsigned int cur_mss, int nonagle) in tcp_nagle_test() argument
1647 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
1654 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test()
1678 unsigned int cur_mss, int nonagle) in tcp_snd_test() argument
1685 if (!tcp_nagle_test(tp, skb, cur_mss, nonagle)) in tcp_snd_test()
1704 tp->nonagle : TCP_NAGLE_PUSH)); in tcp_may_send_now()
2032 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() argument
2084 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2099 nonagle); in tcp_write_xmit()
2295 int nonagle) in __tcp_push_pending_frames() argument
2304 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames()