Home
last modified time | relevance | path

Searched refs:bictcp_clock_us (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c156 static __always_inline __u32 bictcp_clock_us(const struct sock *sk) in bictcp_clock_us() function
166 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
460 __u32 now = bictcp_clock_us(sk); in hystart_update()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cubic.c120 static inline u32 bictcp_clock_us(const struct sock *sk) in bictcp_clock_us() function
130 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
403 u32 now = bictcp_clock_us(sk); in hystart_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c156 static __always_inline __u32 bictcp_clock_us(const struct sock *sk) in bictcp_clock_us() function
166 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
454 __u32 now = bictcp_clock_us(sk); in hystart_update()
/kernel/linux/linux-6.6/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()
396 u32 now = bictcp_clock_us(sk); in hystart_update()

Completed in 4 milliseconds