aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/uapi/asm/socket.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/include/uapi/asm/socket.h b/arch/mips/include/uapi/asm/socket.h
index cc208f9f8920..47132f44c955 100644
--- a/arch/mips/include/uapi/asm/socket.h
+++ b/arch/mips/include/uapi/asm/socket.h
@@ -28,9 +28,7 @@
28#define SO_LINGER 0x0080 /* Block on close of a reliable 28#define SO_LINGER 0x0080 /* Block on close of a reliable
29 socket to transmit pending data. */ 29 socket to transmit pending data. */
30#define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */ 30#define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */
31#if 0 31#define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
32To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
33#endif
34 32
35#define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ 33#define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */
36#define SO_STYLE SO_TYPE /* Synonym */ 34#define SO_STYLE SO_TYPE /* Synonym */
@@ -90,5 +88,6 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
90/* Instruct lower device to use last 4-bytes of skb data as FCS */ 88/* Instruct lower device to use last 4-bytes of skb data as FCS */
91#define SO_NOFCS 43 89#define SO_NOFCS 43
92 90
91#define SO_LOCK_FILTER 44
93 92
94#endif /* _UAPI_ASM_SOCKET_H */ 93#endif /* _UAPI_ASM_SOCKET_H */