Module linux.genl
Linux kernel constants exposed under linux.genl.
Values are populated at build time from the kernel headers.
Tables
| attr | Generic netlink controller attributes (CTRLATTR*). |
| cmd | Generic netlink controller commands (CTRLCMD*). |
| id | Generic netlink reserved family ids (GENLID*). |
| layout | Generic netlink header layout. |
Tables
- attr
-
Generic netlink controller attributes (CTRLATTR*).
Mirrors
CTRL_ATTR_*defines in<uapi/linux/genetlink.h>. - cmd
-
Generic netlink controller commands (CTRLCMD*).
Mirrors
CTRL_CMD_*defines in<uapi/linux/genetlink.h>. - id
-
Generic netlink reserved family ids (GENLID*).
Mirrors
GENL_ID_*defines in<uapi/linux/genetlink.h>. - layout
-
Generic netlink header layout.
Layout descriptors (per-field offset/size/signedness) generated from
<uapi/linux/genetlink.h>; consume viarequire("struct").