Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_write_sk_pacing.c40 sk->sk_pacing_rate = min(rate, sk->sk_max_pacing_rate); in BPF_PROG()
H A Dbpf_cc_cubic.c64 sk->sk_pacing_rate = min(rate, sk->sk_max_pacing_rate); in tcp_update_pacing_rate()
/linux/net/sched/
H A Dsch_fq.c343 sk->sk_max_pacing_rate != ~0UL) in fq_fastpath_check()
/linux/include/net/
H A Dsock.h507 unsigned long sk_max_pacing_rate; member
/linux/net/ipv4/
H A Dtcp.c4236 rate = READ_ONCE(sk->sk_max_pacing_rate); in tcp_get_info()
H A Dtcp_input.c1169 min_t(u64, rate, READ_ONCE(sk->sk_max_pacing_rate))); in tcp_update_pacing_rate()