diff options
Diffstat (limited to 'arch/parisc/include/uapi/asm/socket.h')
| -rw-r--r-- | arch/parisc/include/uapi/asm/socket.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/arch/parisc/include/uapi/asm/socket.h b/arch/parisc/include/uapi/asm/socket.h index f866fff9a00..fe35ceacf0e 100644 --- a/arch/parisc/include/uapi/asm/socket.h +++ b/arch/parisc/include/uapi/asm/socket.h @@ -1,5 +1,5 @@ -#ifndef _ASM_SOCKET_H -#define _ASM_SOCKET_H +#ifndef _UAPI_ASM_SOCKET_H +#define _UAPI_ASM_SOCKET_H #include <asm/sockios.h> @@ -73,11 +73,10 @@ #define SO_SELECT_ERR_QUEUE 0x4026 -#define SO_LL 0x4027 +#define SO_BUSY_POLL 0x4027 -/* O_NONBLOCK clashes with the bits used for socket types. Therefore we - * have to define SOCK_NONBLOCK to a different value here. - */ -#define SOCK_NONBLOCK 0x40000000 +#define SO_MAX_PACING_RATE 0x4028 -#endif /* _ASM_SOCKET_H */ +#define SO_BPF_EXTENSIONS 0x4029 + +#endif /* _UAPI_ASM_SOCKET_H */ |
