Searched refs:tcp_write_xmit (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/networking/net_cachelines/ |
H A D | inet_connection_sock.rst | 17 … tcp_cwnd_validate,tcp_schedule_loss_probe,tcp_connect_init,tcp_connect,tcp_write_xmit,tcp_push_one 22 … tcp_cwnd_validate,tcp_tso_segs,tcp_ca_dst_init,tcp_connect_init,tcp_connect,tcp_write_xmit 26 …enter_cwr,tcp_tso_should_defer,tcp_mtu_probe,tcp_schedule_loss_probe,tcp_write_xmit,__tcp_transmit… 35 … __tcp_mtu_to_mss,tcp_mtu_to_rss,tcp_mtu_probe,tcp_write_xmit,tcp_mtu_to_mss, 39 … inet_csk_clear_xmit_timer,tcp_rearm_rto,tcp_event_new_data_sent,tcp_write_xmit,__tcp_send_ack… 43 … tcp_mtup_init,tcp_sync_mss,tcp_connect_init,tcp_mtu_check_reprobe,tcp_write_xmit 44 …ite tcp_mtu_probe,tcp_mtu_check_reprobe,tcp_write_xmit,tcp_sync_mss,t… 46 … tcp_mtup_init,tcp_sync_mss,tcp_connect_init,tcp_mtu_probe,tcp_write_xmit
|
H A D | netns_ipv4_sysctl.rst | 66 …_mss read_mostly __tcp_mtu_to_mss(tcp_write_xmit) 67 …e_threshold tcp_mtu_probe(tcp_write_xmit) 68 …al tcp_mtu_check_reprobe(tcp_write_xmit) 88 … read_mostly tcp_schedule_loss_probe(tcp_write_xmit) 106 …isor read_mostly tcp_tso_should_defer(tcp_write_xmit) 108 …_bytes read_mostly tcp_small_queue_check(tcp_write_xmit)
|
H A D | tcp_sock.rst | 50 … read_write tcp_chrono_start/stop(tcp_write_xmit,tcp_cwnd_valid… 51 … read_write tcp_chrono_start/stop(tcp_write_xmit,tcp_cwnd_valid… 52 … read_write tcp_chrono_start/stop(tcp_write_xmit,tcp_cwnd_valid… 61 … repair read_mostly tcp_write_xmit 74 …e read_write read_write tcp_mstamp_refresh(tcp_write_xmit/tcp_rcv_space_… 75 … read_write read_write tcp_mstamp_refresh(tcp_write_xmit/tcp_rcv_space_… 82 …le_check,tcp_rate_skb_sent,tcp_event_new_data_sent,tcp_cwnd_validate,tcp_write_xmit(tx);tcp_ack,tc…
|
H A D | snmp.rst | 18 …_long LINUX_MIB_TCPORIGDATASENT write_mostly tcp_write_xmit
|
/linux/net/ipv4/ |
H A D | tcp_output.c | 63 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, 1092 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write() 2740 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() function 2956 tcp_write_xmit(sk, mss, TCP_NAGLE_OFF, 2, GFP_ATOMIC); in tcp_send_loss_probe() 3016 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 3030 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
|