Home
last modified time | relevance | path

Searched refs:tcp_write_xmit (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst68 …_mss read_mostly __tcp_mtu_to_mss(tcp_write_xmit)
69 …e_threshold tcp_mtu_probe(tcp_write_xmit)
70 …al tcp_mtu_check_reprobe(tcp_write_xmit)
90 … read_mostly tcp_schedule_loss_probe(tcp_write_xmit)
110 …isor read_mostly tcp_tso_should_defer(tcp_write_xmit)
112 …_bytes read_mostly tcp_small_queue_check(tcp_write_xmit)
H A Dsnmp.rst18 …_long LINUX_MIB_TCPORIGDATASENT write_mostly tcp_write_xmit
/linux/net/ipv4/
H A Dtcp_output.c60 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
1284 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write()
2964 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() function
3185 tcp_write_xmit(sk, mss, TCP_NAGLE_OFF, 2, GFP_ATOMIC); in tcp_send_loss_probe()
3245 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames()
3259 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()