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
146 This property contains information about netlink attributes of the family.
151 the format of the netlink messages (unlike certain ad-hoc documentation
195 Netlink attribute type, see :ref:`attr_types`.
202 Numerical attribute ID, used in serialized Netlink messages.
252 the policy of the running kernel using Generic Netlink introspection,
284 of the two modes familiar to netlink users - ``do`` and ``dump``.
288 of a SET operation to which the kernel responds with just the netlink error
304 property. Events are considered less idiomatic for netlink and notifications
324 Numerical message ID, used in serialized Netlink messages.
410 If the value can fit on 32 bits only 32 bits are carried in netlink
424 does not save any memory in Netlink messages (due to alignment).
439 bigger than standard 4B alignment required by netlink (e.g. 64 bit integers).