aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi/asm/socket.h
diff options
context:
space:
mode:
authorTom Herbert <therbert@google.com>2013-01-22 09:49:50 +0000
committerDavid S. Miller <davem@davemloft.net>2013-01-23 13:44:00 -0500
commit055dc21a1d1d219608cd4baac7d0683fb2cbbe8a (patch)
tree23e66bde4668a92585f62d15c759c53fd4d0892f /arch/mips/include/uapi/asm/socket.h
parentxen-netback: allow changing the MAC address of the interface (diff)
downloadlinux-dev-055dc21a1d1d219608cd4baac7d0683fb2cbbe8a.tar.xz
linux-dev-055dc21a1d1d219608cd4baac7d0683fb2cbbe8a.zip
soreuseport: infrastructure
Definitions and macros for implementing soreusport. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/mips/include/uapi/asm/socket.h')
-rw-r--r--arch/mips/include/uapi/asm/socket.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/include/uapi/asm/socket.h b/arch/mips/include/uapi/asm/socket.h
index 9d11a7713923..7e2723637b35 100644
--- a/arch/mips/include/uapi/asm/socket.h
+++ b/arch/mips/include/uapi/asm/socket.h
@@ -28,8 +28,7 @@
#define SO_LINGER 0x0080 /* Block on close of a reliable
socket to transmit pending data. */
#define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */
-#if 0
-To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
+#define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
#endif
#define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */