Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Drxtimestamp.c24 int so_timestamp; member
73 { .so_timestamp = 1 },
81 { .so_timestamp = 1, .so_timestampns = 1 },
124 { .so_timestamp = 1, .so_timestamping = SOF_TIMESTAMPING_SOFTWARE
151 if (t->sockopt.so_timestamp) in print_test_case()
279 if (o.so_timestamp && in config_so_flags()
281 &o.so_timestamp, sizeof(o.so_timestamp)) < 0) in config_so_flags()
H A Dtimestamping.c315 int so_timestamp = 0; in main() local
354 so_timestamp = 1; in main()
449 if (so_timestamp && in main()