Searched refs:tcp_write_xmit (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/networking/net_cachelines/ |
D | inet_connection_sock.rst | 18 … 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… 44 … tcp_mtup_init,tcp_sync_mss,tcp_connect_init,tcp_mtu_check_reprobe,tcp_write_xmit 45 …ite tcp_mtu_probe,tcp_mtu_check_reprobe,tcp_write_xmit,tcp_sync_mss,t… 47 … tcp_mtup_init,tcp_sync_mss,tcp_connect_init,tcp_mtu_probe,tcp_write_xmit
|
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) 105 …isor read_mostly tcp_tso_should_defer(tcp_write_xmit) 107 …_bytes read_mostly tcp_small_queue_check(tcp_write_xmit)
|
D | tcp_sock.rst | 49 … read_write tcp_chrono_start/stop(tcp_write_xmit,tcp_cwnd_valid… 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… 60 … repair read_mostly tcp_write_xmit 73 …e read_write read_write tcp_mstamp_refresh(tcp_write_xmit/tcp_rcv_space_… 74 … read_write read_write tcp_mstamp_refresh(tcp_write_xmit/tcp_rcv_space_… 81 …le_check,tcp_rate_skb_sent,tcp_event_new_data_sent,tcp_cwnd_validate,tcp_write_xmit(tx);tcp_ack,tc…
|
D | snmp.rst | 18 …_long LINUX_MIB_TCPORIGDATASENT write_mostly tcp_write_xmit
|
/linux-6.14.4/net/ipv4/ |
D | tcp_output.c | 63 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, 1084 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write() 2739 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit() function 2955 tcp_write_xmit(sk, mss, TCP_NAGLE_OFF, 2, GFP_ATOMIC); in tcp_send_loss_probe() 3015 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 3029 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
|