Searched refs:tcp_update_pacing_rate (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ ! |
| H A D | tcp_sock.rst | 40 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 D | netns_ipv4_sysctl.rst | 119 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 D | bpf_cc_cubic.c | 8 * 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 D | tcp_input.c | 1138 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 D | tcp.c | 3633 tcp_update_pacing_rate(sk); in tcp_repair_options_est()
|
| /linux/include/net/ ! |
| H A D | tcp.h | 492 void tcp_update_pacing_rate(struct sock *sk);
|