Home
last modified time | relevance | path

Searched refs:tcp_update_pacing_rate (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/networking/net_cachelines/ !
H A Dtcp_sock.rst40 u32 mss_cache read_mostly read_mostly tcp_rate_check_app_limited,tcp_current_mss,tcp_sync_mss,tcp_sndbuf_expand,tcp_tso_should_defer(tx);tcp_update_pacing_rate,tcp_clean_rtx_queue(rx)
76 u32 srtt_us read_mostly read_write tcp_tso_should_defer(tx);tcp_update_pacing_rate,__tcp_set_rto,tcp_rtt_estimator(rx)
82 u32 packets_out read_write read_write tcp_packets_in_flight(tx/rx);tcp_slow_start_after_idle_check,tcp_nagle_check,tcp_rate_skb_sent,tcp_event_new_data_sent,tcp_cwnd_validate,tcp_write_xmit(tx);tcp_ack,tcp_clean_rtx_queue,tcp_update_pacing_rate(rx)
93 u32 snd_ssthresh read_mostly tcp_update_pacing_rate
94 u32 snd_cwnd read_mostly read_mostly tcp_snd_cwnd,tcp_rate_check_app_limited,tcp_tso_should_defer(tx);tcp_update_pacing_rate
H A Dnetns_ipv4_sysctl.rst119 int sysctl_tcp_pacing_ss_ratio default_cong_cont(tcp_update_pacing_rate)
120 int sysctl_tcp_pacing_ca_ratio default_cong_cont(tcp_update_pacing_rate)
/linux/tools/testing/selftests/bpf/progs/ !
H A Dbpf_cc_cubic.c8 * tcp_update_pacing_rate is bypassed when `cong_control` is
38 static void tcp_update_pacing_rate(struct sock *sk) in tcp_update_pacing_rate() function
141 tcp_update_pacing_rate(sk); in BPF_PROG()
/linux/net/ipv4/ !
H A Dtcp_input.c1138 void tcp_update_pacing_rate(struct sock *sk)
3873 tcp_update_pacing_rate(sk); in tcp_cong_control()
7246 tcp_update_pacing_rate(sk); in tcp_rcv_state_process()
1139 void tcp_update_pacing_rate(struct sock *sk) tcp_update_pacing_rate() function
H A Dtcp.c3633 tcp_update_pacing_rate(sk); in tcp_repair_options_est()
/linux/include/net/ !
H A Dtcp.h492 void tcp_update_pacing_rate(struct sock *sk);