Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c199 __u32 now = tcp_jiffies32; in BPF_PROG()
281 (__s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update()
288 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
292 ca->last_time = tcp_jiffies32; in bictcp_update()
295 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
326 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()
511 if (ca->epoch_start && (__s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in BPF_STRUCT_OPS()
/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h19 #define tcp_jiffies32 ((__u32)bpf_jiffies64()) macro