diff options
Diffstat (limited to 'include/asm-arm/socket.h')
-rw-r--r-- | include/asm-arm/socket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/socket.h b/include/asm-arm/socket.h index 91de70e6e..d0d2ddb36 100644 --- a/include/asm-arm/socket.h +++ b/include/asm-arm/socket.h @@ -35,4 +35,8 @@ #define SO_BINDTODEVICE 25 +/* Socket filtering */ +#define SO_ATTACH_FILTER 26 +#define SO_DETACH_FILTER 27 + #endif /* _ASM_SOCKET_H */ |