hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/netlink/af_netlink.h
....@@ -15,6 +15,7 @@
1515 #define NETLINK_F_LISTEN_ALL_NSID 0x10
1616 #define NETLINK_F_CAP_ACK 0x20
1717 #define NETLINK_F_EXT_ACK 0x40
18
+#define NETLINK_F_STRICT_CHK 0x80
1819
1920 #define NLGRPSZ(x) (ALIGN(x, sizeof(unsigned long) * 8) / 8)
2021 #define NLGRPLONGS(x) (NLGRPSZ(x)/sizeof(unsigned long))