diff options
| author | Vadim Fedorenko <[email protected]> | 2024-10-01 05:57:16 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-10-04 11:52:20 -0700 |
| commit | a89568e9be75845bdbba496f40e8cd0ea29c7af1 (patch) | |
| tree | 2e35d1ec3d4c1e9c65f1ec40cb7d199505ce639b /tools/include/uapi | |
| parent | 822b5bc6db55f1c3ea51659c423784ac6919ddd4 (diff) | |
selftests: txtimestamp: add SCM_TS_OPT_ID test
Extend txtimestamp test to run with fixed tskey using
SCM_TS_OPT_ID control message for all types of sockets.
Reviewed-by: Jason Xing <[email protected]>
Reviewed-by: Willem de Bruijn <[email protected]>
Signed-off-by: Vadim Fedorenko <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/include/uapi')
| -rw-r--r-- | tools/include/uapi/asm-generic/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/uapi/asm-generic/socket.h b/tools/include/uapi/asm-generic/socket.h index 54d9c8bf7c55..281df9139d2b 100644 --- a/tools/include/uapi/asm-generic/socket.h +++ b/tools/include/uapi/asm-generic/socket.h @@ -124,6 +124,8 @@ #define SO_PASSPIDFD 76 #define SO_PEERPIDFD 77 +#define SCM_TS_OPT_ID 78 + #if !defined(__KERNEL__) #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) |