Searched refs:tcp_write_xmit (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | tcp_output.c | 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() 2032 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() function 2244 err = tcp_write_xmit(sk, mss, TCP_NAGLE_OFF, 2, GFP_ATOMIC); in tcp_send_loss_probe() 2304 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 2318 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
|