Searched refs:bictcp_update (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_bic.c | 83 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update() function 153 bictcp_update(ca, tcp_snd_cwnd(tp)); in bictcp_cong_avoid()
|
H A D | tcp_cubic.c | 214 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update() function 337 bictcp_update(ca, tcp_snd_cwnd(tp), acked); in cubictcp_cong_avoid()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 266 static __always_inline void bictcp_update(struct bictcp *ca, __u32 cwnd, in bictcp_update() function 396 bictcp_update(ca, tp->snd_cwnd, acked); in BPF_STRUCT_OPS()
|