Searched refs:bictcp_update (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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, tp->snd_cwnd); in bictcp_cong_avoid()
|
| H A D | tcp_cubic.c | 221 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update() function 344 bictcp_update(ca, tp->snd_cwnd, acked); in bictcp_cong_avoid()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 272 static __always_inline void bictcp_update(struct bictcp *ca, __u32 cwnd, in bictcp_update() function 402 bictcp_update(ca, tp->snd_cwnd, acked); in BPF_STRUCT_OPS()
|