Searched refs:SO_TIMESTAMPNS (Results 1 – 3 of 3) sorted by relevance
/tools/include/uapi/asm-generic/ |
D | socket.h | 127 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 134 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 142 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 42 #ifndef SO_TIMESTAMPNS 43 # define SO_TIMESTAMPNS 35 macro 169 case SO_TIMESTAMPNS: { in printpacket() 422 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, in main() 444 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, &val, &len) < 0) in main()
|
D | rxtimestamp.c | 263 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags()
|