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.
150 """ Single Netlink attribute type
189 """ Netlink Attribute Set class.
191 Represents a ID space of attributes within Netlink.
270 """Netlink struct type
295 """ Netlink sub-message definition
317 """ Netlink sub-message format definition
335 """Netlink Operation
337 Information about a single Netlink operation.
387 """Netlink Multicast Group
391 Value is only used for classic netlink families that use the
392 netlink-raw schema. Genetlink families use dynamic ID allocation
398 value integer id of this multicast group for netlink-raw or None
407 """ Netlink Family Spec class.
409 Netlink family information loaded from a spec (e.g. in YAML).