Home
last modified time | relevance | path

Searched refs:tcp_write_xmit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c63 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
1020 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write()
1152 * - less callbacks to tcp_write_xmit(), reducing stress (batches) in tcp_wfree()
1912 * 1) just sent some data (see tcp_write_xmit) in tcp_cwnd_validate()
2450 * be resegmented into mss-sized pieces by tcp_write_xmit(). in tcp_mtu_probe()
2612 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() function
2822 tcp_write_xmit(sk, mss, TCP_NAGLE_OFF, 2, GFP_ATOMIC); in tcp_send_loss_probe()
2884 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames()
2898 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c61 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
1030 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write()
1162 * - less callbacks to tcp_write_xmit(), reducing stress (batches) in tcp_wfree()
1913 * 1) just sent some data (see tcp_write_xmit) in tcp_cwnd_validate()
2508 * be resegmented into mss-sized pieces by tcp_write_xmit(). in tcp_mtu_probe()
2670 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() function
2885 tcp_write_xmit(sk, mss, TCP_NAGLE_OFF, 2, GFP_ATOMIC); in tcp_send_loss_probe()
2947 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames()
2961 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()

Completed in 20 milliseconds