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
186 """ Netlink Attribute Set class.
188 Represents a ID space of attributes within Netlink.
262 """Netlink struct type
287 """ Netlink sub-message definition
309 """ Netlink sub-message definition
328 """Netlink Operation
330 Information about a single Netlink operation.
378 """Netlink Multicast Group
382 Value is only used for classic netlink families that use the
383 netlink-raw schema. Genetlink families use dynamic ID allocation
389 value integer id of this multicast group for netlink-raw or None
398 """ Netlink Family Spec class.
400 Netlink family information loaded from a spec (e.g. in YAML).