Lines Matching refs:nonagle
61 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
1021 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write()
1952 int nonagle) in tcp_nagle_check() argument
1955 ((nonagle & TCP_NAGLE_CORK) || in tcp_nagle_check()
1956 (!nonagle && tp->packets_out && tcp_minshall_check(tp))); in tcp_nagle_check()
2011 int nonagle) in tcp_mss_split_point() argument
2032 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_mss_split_point()
2083 unsigned int cur_mss, int nonagle) in tcp_nagle_test() argument
2091 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
2098 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test()
2604 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() argument
2664 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2679 nonagle); in tcp_write_xmit()
2871 int nonagle) in __tcp_push_pending_frames() argument
2880 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames()