aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include')
-rw-r--r--arch/alpha/include/uapi/asm/socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/include/uapi/asm/socket.h b/arch/alpha/include/uapi/asm/socket.h
index 097c1577735a..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
@@ -77,5 +77,6 @@
77/* Instruct lower device to use last 4-bytes of skb data as FCS */ 77/* Instruct lower device to use last 4-bytes of skb data as FCS */
78#define SO_NOFCS 43 78#define SO_NOFCS 43
79 79
80#define SO_LOCK_FILTER 44
80 81
81#endif /* _UAPI_ASM_SOCKET_H */ 82#endif /* _UAPI_ASM_SOCKET_H */