Expand description
Rust support for generic netlink.
Currently only supports exposing multicast groups.
C header: include/net/genetlink.h
Structs§
- Family
- A generic netlink family.
- GenlMsg
- A generic netlink message being constructed.
- Multicast
Group - A generic netlink multicast group.
- Netlink
SkBuff - A wrapper around
struct sk_bufffor generic netlink messages. - Registration
- A registration of a generic netlink family.
Constants§
- GENLMSG_
DEFAULT_ SIZE - The default netlink message size.