Skip to main content

Module netlink

Module netlink 

Source
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.
MulticastGroup
A generic netlink multicast group.
NetlinkSkBuff
A wrapper around struct sk_buff for generic netlink messages.
Registration
A registration of a generic netlink family.

Constants§

GENLMSG_DEFAULT_SIZE
The default netlink message size.