Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dtxtimestamp.c154 static void validate_timestamp(struct timespec *cur, int min_delay) in validate_timestamp() argument
161 max_delay = min_delay + cfg_delay_tolerance_usec; in validate_timestamp()
163 if (cur64 < start64 + min_delay || cur64 > start64 + max_delay) { in validate_timestamp()
165 cur64 - start64, min_delay, max_delay); in validate_timestamp()
/tools/include/uapi/linux/
Dpkt_sched.h624 __s64 min_delay; /* nsec */ member