hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/tools/perf/trace/beauty/include/linux/socket.h
....@@ -223,8 +223,9 @@
223223 * reuses AF_INET address family
224224 */
225225 #define AF_XDP 44 /* XDP sockets */
226
+#define AF_OOB 45 /* Out-of-band domain sockets */
226227
227
-#define AF_MAX 45 /* For now.. */
228
+#define AF_MAX 46 /* For now.. */
228229
229230 /* Protocol families, same as address families. */
230231 #define PF_UNSPEC AF_UNSPEC