Searched refs:bictcp_update (Results 1 – 3 of 3) sorted by relevance
| /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()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 265 static void bictcp_update(struct bpf_bictcp *ca, __u32 cwnd, __u32 acked) in bictcp_update() function 394 bictcp_update(ca, tp->snd_cwnd, acked); in BPF_PROG()
|