Home
last modified time | relevance | path

Searched refs:bictcp_update (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bic.c83 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 Dtcp_cubic.c221 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 Dbpf_cubic.c272 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()