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 atttribute type
175 """ Netlink Attribute Set class.
177 Represents a ID space of attributes within Netlink.
251 """Netlink struct type
276 """Netlink Operation
278 Information about a single Netlink operation.
326 """Netlink Multicast Group
330 Value is only used for classic netlink families that use the
331 netlink-raw schema. Genetlink families use dynamic ID allocation
337 value integer id of this multicast group for netlink-raw or None
346 """ Netlink Family Spec class.
348 Netlink family information loaded from a spec (e.g. in YAML).