aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-generic/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/asm-generic/socket.h')
-rw-r--r--original/uapi/asm-generic/socket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/original/uapi/asm-generic/socket.h b/original/uapi/asm-generic/socket.h
index 5c15c2a..67d632f 100644
--- a/original/uapi/asm-generic/socket.h
+++ b/original/uapi/asm-generic/socket.h
@@ -87,4 +87,9 @@
#define SO_ATTACH_BPF 50
#define SO_DETACH_BPF SO_DETACH_FILTER
+#define SO_ATTACH_REUSEPORT_CBPF 51
+#define SO_ATTACH_REUSEPORT_EBPF 52
+
+#define SO_CNX_ADVICE 53
+
#endif /* __ASM_GENERIC_SOCKET_H */