summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi
diff options
context:
space:
mode:
authorDavid S. Miller2017-05-22 05:13:37 +0200
committerDavid S. Miller2017-05-22 05:13:37 +0200
commit1c4f676a68a502e7bef7d0e49952b042d00aa496 (patch)
tree6db5ee423d0f7e332b95ac5dd2a9519b00a38c1a /arch/mips/include/uapi
parenttcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT (diff)
downloadkernel-qcow2-linux-1c4f676a68a502e7bef7d0e49952b042d00aa496.tar.gz
kernel-qcow2-linux-1c4f676a68a502e7bef7d0e49952b042d00aa496.tar.xz
kernel-qcow2-linux-1c4f676a68a502e7bef7d0e49952b042d00aa496.zip
net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.
A definition was only provided for asm-generic/socket.h using platforms, define it for the others as well Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/mips/include/uapi')
-rw-r--r--arch/mips/include/uapi/asm/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/uapi/asm/socket.h b/arch/mips/include/uapi/asm/socket.h
index 3418ec9c1c50..365ff51f033a 100644
--- a/arch/mips/include/uapi/asm/socket.h
+++ b/arch/mips/include/uapi/asm/socket.h
@@ -116,4 +116,6 @@
#define SO_COOKIE 57
+#define SCM_TIMESTAMPING_PKTINFO 58
+
#endif /* _UAPI_ASM_SOCKET_H */