aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/uapi/asm
diff options
context:
space:
mode:
authorTom Herbert <therbert@google.com>2013-01-22 04:49:50 -0500
committerDavid S. Miller <davem@davemloft.net>2013-01-23 13:44:00 -0500
commit055dc21a1d1d219608cd4baac7d0683fb2cbbe8a (patch)
tree23e66bde4668a92585f62d15c759c53fd4d0892f /arch/alpha/include/uapi/asm
parent4a633a602c26497b8285a202830829d3be007c7b (diff)
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/alpha/include/uapi/asm')
-rw-r--r--arch/alpha/include/uapi/asm/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/uapi/asm/socket.h b/arch/alpha/include/uapi/asm/socket.h
index 755702eefd9c..c5195524d1ef 100644
--- a/arch/alpha/include/uapi/asm/socket.h
+++ b/arch/alpha/include/uapi/asm/socket.h
@@ -19,7 +19,7 @@
19#define SO_BROADCAST 0x0020 19#define SO_BROADCAST 0x0020
20#define SO_LINGER 0x0080 20#define SO_LINGER 0x0080
21#define SO_OOBINLINE 0x0100 21#define SO_OOBINLINE 0x0100
22/* To add :#define SO_REUSEPORT 0x0200 */ 22#define SO_REUSEPORT 0x0200
23 23
24#define SO_TYPE 0x1008 24#define SO_TYPE 0x1008
25#define SO_ERROR 0x1007 25#define SO_ERROR 0x1007