Module linux.netlink
Linux kernel constants exposed under linux.netlink.
Values are populated at build time from the kernel headers.
Tables
| constants | Netlink wire alignment (NLMSG_ALIGNTO). |
| flag | Netlink message flags (NLMF*). |
| layout | Netlink header layouts. |
| proto | Netlink protocol numbers. |
| type | Special netlink message types. |
Tables
- constants
-
Netlink wire alignment (NLMSG_ALIGNTO).
Mirrors
NLMSG_*defines in<uapi/linux/netlink.h>. - flag
-
Netlink message flags (NLMF*).
Mirrors
NLM_F_*defines in<uapi/linux/netlink.h>. - layout
-
Netlink header layouts.
Layout descriptors (per-field offset/size/signedness) generated from
<uapi/linux/netlink.h>; consume viarequire("struct"). - proto
-
Netlink protocol numbers.
Mirrors
NETLINK_*defines in<uapi/linux/netlink.h>. - type
-
Special netlink message types.
Mirrors
NLMSG_*defines in<uapi/linux/netlink.h>.