Lines Matching full:netlink
14 """Netlink spec element.
16 Abstract element of the Netlink spec. Implements the dictionary interface
61 """ Entry within an enum declared in the Netlink spec.
147 """ Single Netlink attribute type
186 """ Netlink Attribute Set class.
188 Represents a ID space of attributes within Netlink.
264 """Netlink struct type
289 """ Netlink sub-message definition
311 """ Netlink sub-message format definition
329 """Netlink Operation
331 Information about a single Netlink operation.
381 """Netlink Multicast Group
385 Value is only used for classic netlink families that use the
386 netlink-raw schema. Genetlink families use dynamic ID allocation
392 value integer id of this multicast group for netlink-raw or None
401 """ Netlink Family Spec class.
403 Netlink family information loaded from a spec (e.g. in YAML).