Lines Matching full: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
22 YAML specifications can be found under ``Documentation/netlink/specs/``
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
51 under ``Documentation/netlink/``.
71 See also :ref:`Documentation/core-api/netlink.rst <kernel_netlink>` for
72 information on the Netlink specification properties that are only relevant to
92 Generic Netlink family version, default is 1.
151 This property contains information about netlink attributes of the family.
156 the format of the netlink messages (unlike certain ad-hoc documentation
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,
289 of the two modes familiar to netlink users - ``do`` and ``dump``.
293 of a SET operation to which the kernel responds with just the netlink error
309 property. Events are considered less idiomatic for netlink and notifications
329 Numerical message ID, used in serialized Netlink messages.
418 does not save any memory in Netlink messages (due to alignment).
430 bigger than standard 4B alignment required by netlink (e.g. 64 bit integers).