Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dso_txtime.c32 static int cfg_clockid = CLOCK_TAI; variable
58 if (clock_gettime(cfg_clockid, &ts)) in gettime_ns()
216 struct sock_txtime so_txtime_val = { .clockid = cfg_clockid }; in setsockopt_txtime()
275 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test()
340 cfg_clockid = CLOCK_TAI; in parse_opts()
343 cfg_clockid = CLOCK_MONOTONIC; in parse_opts()