Lines Matching refs:nonagle
68 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
740 tcp_write_xmit(sk, tcp_current_mss(sk), tcp_sk(sk)->nonagle, in tcp_tsq_handler()
1523 int nonagle) in tcp_nagle_check() argument
1526 ((nonagle & TCP_NAGLE_CORK) || in tcp_nagle_check()
1527 (!nonagle && tp->packets_out && tcp_minshall_check(tp))); in tcp_nagle_check()
1555 int nonagle) in tcp_mss_split_point() argument
1576 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_mss_split_point()
1627 unsigned int cur_mss, int nonagle) in tcp_nagle_test() argument
1635 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
1642 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test()
1666 unsigned int cur_mss, int nonagle) in tcp_snd_test() argument
1673 if (!tcp_nagle_test(tp, skb, cur_mss, nonagle)) in tcp_snd_test()
1692 tp->nonagle : TCP_NAGLE_PUSH)); in tcp_may_send_now()
2020 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() argument
2071 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2086 nonagle); in tcp_write_xmit()
2289 int nonagle) in __tcp_push_pending_frames() argument
2298 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames()