Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c32 bool swtstamp; member
103 { .swtstamp = true }
108 { .tstamp = true, .swtstamp = true }
149 if (t->expected.swtstamp || t->expected.hwtstamp) { in print_test_case()
151 if (t->expected.swtstamp) in print_test_case()
153 if (t->expected.swtstamp && t->expected.hwtstamp) in print_test_case()
221 actual.swtstamp = !!ts->ts[0].tv_sec; in do_recv()
245 VALIDATE(swtstamp); in do_recv()