| /**************************************************************************** |
| **************************************************************************** |
| *** |
| *** This header was automatically generated from a Linux kernel header |
| *** of the same name, to make information necessary for userspace to |
| *** call into the kernel available to libc. It contains only constants, |
| *** structures, and macros generated from the original header, and thus, |
| *** contains no copyrightable information. |
| *** |
| *** To edit the content of this header, modify the corresponding |
| *** source file (e.g. under external/kernel-headers/original/) then |
| *** run bionic/libc/kernel/tools/update_all.py |
| *** |
| *** Any manual change here will be lost the next time this script will |
| *** be run. You've been warned! |
| *** |
| **************************************************************************** |
| ****************************************************************************/ |
| #ifndef __LINUX_GENERIC_NETLINK_H |
| #define __LINUX_GENERIC_NETLINK_H |
| #include <linux/types.h> |
| #include <linux/netlink.h> |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| #define GENL_NAMSIZ 16 |
| #define GENL_MIN_ID NLMSG_MIN_TYPE |
| #define GENL_MAX_ID 1023 |
| struct genlmsghdr { |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| __u8 cmd; |
| __u8 version; |
| __u16 reserved; |
| }; |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr)) |
| #define GENL_ADMIN_PERM 0x01 |
| #define GENL_CMD_CAP_DO 0x02 |
| #define GENL_CMD_CAP_DUMP 0x04 |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| #define GENL_CMD_CAP_HASPOL 0x08 |
| #define GENL_ID_GENERATE 0 |
| #define GENL_ID_CTRL NLMSG_MIN_TYPE |
| enum { |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| CTRL_CMD_UNSPEC, |
| CTRL_CMD_NEWFAMILY, |
| CTRL_CMD_DELFAMILY, |
| CTRL_CMD_GETFAMILY, |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| CTRL_CMD_NEWOPS, |
| CTRL_CMD_DELOPS, |
| CTRL_CMD_GETOPS, |
| CTRL_CMD_NEWMCAST_GRP, |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| CTRL_CMD_DELMCAST_GRP, |
| CTRL_CMD_GETMCAST_GRP, |
| __CTRL_CMD_MAX, |
| }; |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| #define CTRL_CMD_MAX (__CTRL_CMD_MAX - 1) |
| enum { |
| CTRL_ATTR_UNSPEC, |
| CTRL_ATTR_FAMILY_ID, |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| CTRL_ATTR_FAMILY_NAME, |
| CTRL_ATTR_VERSION, |
| CTRL_ATTR_HDRSIZE, |
| CTRL_ATTR_MAXATTR, |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| CTRL_ATTR_OPS, |
| CTRL_ATTR_MCAST_GROUPS, |
| __CTRL_ATTR_MAX, |
| }; |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| #define CTRL_ATTR_MAX (__CTRL_ATTR_MAX - 1) |
| enum { |
| CTRL_ATTR_OP_UNSPEC, |
| CTRL_ATTR_OP_ID, |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| CTRL_ATTR_OP_FLAGS, |
| __CTRL_ATTR_OP_MAX, |
| }; |
| #define CTRL_ATTR_OP_MAX (__CTRL_ATTR_OP_MAX - 1) |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| enum { |
| CTRL_ATTR_MCAST_GRP_UNSPEC, |
| CTRL_ATTR_MCAST_GRP_NAME, |
| CTRL_ATTR_MCAST_GRP_ID, |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| __CTRL_ATTR_MCAST_GRP_MAX, |
| }; |
| #define CTRL_ATTR_MCAST_GRP_MAX (__CTRL_ATTR_MCAST_GRP_MAX - 1) |
| #endif |
| /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |