| H A D | tcp_output.c | 66 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, 1271 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_workfn() 2214 int nonagle) in tcp_mss_split_point() 2217 ((nonagle & TCP_NAGLE_CORK) || in tcp_mss_split_point() 2218 (!nonagle && tp->packets_out && tcp_minshall_check(tp))); in tcp_mss_split_point() 2273 int nonagle) 2294 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_nagle_test() 2338 unsigned int cur_mss, int nonagle) in tso_fragment() 2343 * This is implemented in the callers, where they modify the 'nonagle' in tso_fragment() 2346 if (nonagle in tso_fragment() 2152 tcp_nagle_check(bool partial,const struct tcp_sock * tp,int nonagle) tcp_nagle_check() argument 2211 tcp_mss_split_point(const struct sock * sk,const struct sk_buff * skb,unsigned int mss_now,unsigned int max_segs,int nonagle) tcp_mss_split_point() argument 2276 tcp_nagle_test(const struct tcp_sock * tp,const struct sk_buff * skb,unsigned int cur_mss,int nonagle) tcp_nagle_test() argument 2904 tcp_write_xmit(struct sock * sk,unsigned int mss_now,int nonagle,int push_one,gfp_t gfp) tcp_write_xmit() argument 3176 __tcp_push_pending_frames(struct sock * sk,unsigned int cur_mss,int nonagle) __tcp_push_pending_frames() argument [all...] |