Lines Matching refs:Netlink
4 Netlink protocol specifications (in YAML)
7 Netlink protocol specifications are complete, machine readable descriptions of
8 Netlink protocols written in YAML. The goal of the specifications is to allow
9 separating Netlink parsing from user space logic and minimize the amount of
10 hand written Netlink code for each new family, command, attribute.
11 Netlink specs should be complete and not depend on any other spec
34 There are four schema levels for Netlink specs, from the simplest used
45 - ``genetlink-legacy`` - Generic Netlink catch all schema supporting quirks of
47 - ``netlink-raw`` - catch all schema supporting pre-Generic Netlink protocols
72 information on the Netlink specification properties that are only relevant to
92 Generic Netlink family version, default is 1.
200 Netlink attribute type, see :ref:`attr_types`.
207 Numerical attribute ID, used in serialized Netlink messages.
257 the policy of the running kernel using Generic Netlink introspection,
329 Numerical message ID, used in serialized Netlink messages.
418 does not save any memory in Netlink messages (due to alignment).