/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_ASM_SOCKET_H #define _UAPI_ASM_SOCKET_H #include <asm/sockios.h> /* For setsockopt(2) */ #define SOL_SOCKET 0xffff #define SO_DEBUG 0x0001 #define SO_REUSEADDR 0x0004 #define SO_KEEPALIVE 0x0008 #define SO_DONTROUTE 0x0010 #define SO_BROADCAST 0x0020 #define SO_LINGER 0x0080 #define SO_OOBINLINE 0x0100 #define SO_REUSEPORT 0x0200 #define SO_SNDBUF 0x1001 #define SO_RCVBUF 0x1002 #define SO_SNDBUFFORCE 0x100a #define SO_RCVBUFFORCE 0x100b #define SO_SNDLOWAT 0x1003 #define SO_RCVLOWAT 0x1004 #define SO_SNDTIMEO 0x1005 #define SO_RCVTIMEO 0x1006 #define SO_ERROR 0x1007 #define SO_TYPE 0x1008 #define SO_PROTOCOL 0x1028 #define SO_DOMAIN 0x1029 #define SO_PEERNAME 0x2000 #define SO_NO_CHECK 0x400b #define SO_PRIORITY 0x400c #define SO_BSDCOMPAT 0x400e #define SO_PASSCRED 0x4010 #define SO_PEERCRED 0x4011 #define SO_TIMESTAMP 0x4012 #define SCM_TIMESTAMP SO_TIMESTAMP #define SO_TIMESTAMPNS 0x4013 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS /* Security levels - as per NRL IPv6 - don't actually do anything */ #define SO_SECURITY_AUTHENTICATION 0x4016 #define SO_SECURITY_ENCRYPTION_TRANSPORT 0x4017 #define SO_SECURITY_ENCRYPTION_NETWORK 0x4018 #define SO_BINDTODEVICE 0x4019 /* Socket filtering */ #define SO_ATTACH_FILTER 0x401a #define SO_DETACH_FILTER 0x401b #define SO_GET_FILTER SO_ATTACH_FILTER #define SO_ACCEPTCONN 0x401c #define SO_PEERSEC 0x401d #define SO_PASSSEC 0x401e #define SO_MARK 0x401f #define SO_TIMESTAMPING 0x4020 #define SCM_TIMESTAMPING SO_TIMESTAMPING #define SO_RXQ_OVFL 0x4021 #define SO_WIFI_STATUS 0x4022 #define SCM_WIFI_STATUS SO_WIFI_STATUS #define SO_PEEK_OFF 0x4023 /* Instruct lower device to use last 4-bytes of skb data as FCS */ #define SO_NOFCS 0x4024 #define SO_LOCK_FILTER 0x4025 #define SO_SELECT_ERR_QUEUE 0x4026 #define SO_BUSY_POLL 0x4027 #define SO_MAX_PACING_RATE 0x4028 #define SO_BPF_EXTENSIONS 0x4029 #define SO_INCOMING_CPU 0x402A #define SO_ATTACH_BPF 0x402B #define SO_DETACH_BPF SO_DETACH_FILTER #define SO_ATTACH_REUSEPORT_CBPF 0x402C #define SO_ATTACH_REUSEPORT_EBPF 0x402D #define SO_CNX_ADVICE 0x402E #define SCM_TIMESTAMPING_OPT_STATS 0x402F #define SO_MEMINFO 0x4030 #define SO_INCOMING_NAPI_ID 0x4031 #define SO_COOKIE 0x4032 #define SCM_TIMESTAMPING_PKTINFO 0x4033 #define SO_PEERGROUPS 0x4034 #define SO_ZEROCOPY 0x4035 #endif /* _UAPI_ASM_SOCKET_H */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Kbuild | File | 212 B | 0644 |
|
bitsperlong.h | File | 302 B | 0644 |
|
byteorder.h | File | 194 B | 0644 |
|
errno.h | File | 5.7 KB | 0644 |
|
fcntl.h | File | 1.21 KB | 0644 |
|
ioctl.h | File | 1.67 KB | 0644 |
|
ioctls.h | File | 3.58 KB | 0644 |
|
ipcbuf.h | File | 837 B | 0644 |
|
mman.h | File | 3.34 KB | 0644 |
|
msgbuf.h | File | 1.16 KB | 0644 |
|
pdc.h | File | 21.97 KB | 0644 |
|
posix_types.h | File | 726 B | 0644 |
|
ptrace.h | File | 2.75 KB | 0644 |
|
sembuf.h | File | 857 B | 0644 |
|
setup.h | File | 173 B | 0644 |
|
shmbuf.h | File | 1.38 KB | 0644 |
|
sigcontext.h | File | 557 B | 0644 |
|
siginfo.h | File | 239 B | 0644 |
|
signal.h | File | 2.87 KB | 0644 |
|
socket.h | File | 2.42 KB | 0644 |
|
sockios.h | File | 410 B | 0644 |
|
stat.h | File | 1.76 KB | 0644 |
|
statfs.h | File | 181 B | 0644 |
|
swab.h | File | 1.77 KB | 0644 |
|
termbits.h | File | 4.67 KB | 0644 |
|
termios.h | File | 1.08 KB | 0644 |
|
types.h | File | 154 B | 0644 |
|
unistd.h | File | 17.79 KB | 0644 |
|