Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c25 int so_timestampns; member
75 { .so_timestampns = 1 },
79 { .so_timestamp = 1, .so_timestampns = 1 },
135 if (t->sockopt.so_timestampns) in print_test_case()
266 if (o.so_timestampns && in config_so_flags()
268 &o.so_timestampns, sizeof(o.so_timestampns)) < 0) in config_so_flags()
H A Dtimestamping.c316 int so_timestampns = 0; in main() local
356 so_timestampns = 1; in main()
454 if (so_timestampns && in main()