Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c24 int so_timestamp; member
71 { .so_timestamp = 1 },
79 { .so_timestamp = 1, .so_timestampns = 1 },
106 { .so_timestamp = 1, .so_timestamping = SOF_TIMESTAMPING_SOFTWARE
133 if (t->sockopt.so_timestamp) in print_test_case()
261 if (o.so_timestamp && in config_so_flags()
263 &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()