Home
last modified time | relevance | path

Searched refs:bictcp_clock_us (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_cubic.c113 static inline u32 bictcp_clock_us(const struct sock *sk) in bictcp_clock_us() function
123 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
400 u32 now = bictcp_clock_us(sk); in hystart_update()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c164 static __u32 bictcp_clock_us(const struct sock *sk) in bictcp_clock_us() function
174 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
461 __u32 now = bictcp_clock_us(sk); in hystart_update()