Home
last modified time | relevance | path

Searched full:genetlink (Results 1 – 25 of 162) sorted by relevance

1234567

/openbmc/linux/Documentation/netlink/
H A Dgenetlink-legacy.yaml4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
19 description: Specification of a genetlink protocol
25 description: Name of the genetlink family.
34 description: Schema compatibility level. Default is "genetlink".
35 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim
39 # Start genetlink-c
49 # End genetlink-c
50 # Start genetlink-legacy
56 # End genetlink-legacy
102 # Start genetlink-c
[all …]
H A Dnetlink-raw.yaml40 # Start genetlink-c
50 # End genetlink-c
51 # Start genetlink-legacy
57 # End genetlink-legacy
103 # Start genetlink-c
110 # End genetlink-c
111 # Start genetlink-legacy
147 # End genetlink-legacy
177 # Start genetlink-c
184 # End genetlink-c
[all …]
H A Dgenetlink-c.yaml4 $id: http://kernel.org/schemas/netlink/genetlink-c.yaml#
19 description: Specification of a genetlink protocol
25 description: Name of the genetlink family.
34 description: Schema compatibility level. Default is "genetlink".
35 enum: [ genetlink, genetlink-c ]
39 # Start genetlink-c
49 # End genetlink-c
95 # Start genetlink-c
102 # End genetlink-c
132 # Start genetlink-c
[all …]
H A Dgenetlink.yaml4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
19 description: Specification of a genetlink protocol
25 description: Name of the genetlink family.
34 description: Schema compatibility level. Default is "genetlink".
35 enum: [ genetlink ]
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst37 user capable of parsing more complex ``genetlink`` schemas is also compatible
40 - ``genetlink`` - most streamlined, should be used by all new families
41 - ``genetlink-c`` - superset of ``genetlink`` with extra attributes allowing
43 be equivalent to ``genetlink`` for all implementations which don't interact
45 - ``genetlink-legacy`` - Generic Netlink catch all schema supporting quirks of
46 all old genetlink families, strange attribute formats, binary structures etc.
67 The following sections describe the properties of the most modern ``genetlink``
68 schema. See the documentation of :doc:`genetlink-c <c-code-gen>`
75 genetlink chapter
97 The schema level, default is ``genetlink``, which is the only value
[all …]
H A Dnetlink-raw.rst14 The netlink-raw schema extends the :doc:`genetlink-legacy <genetlink-legacy>`
H A Dgenetlink-legacy.rst9 the ``genetlink-legacy`` protocol level.
18 Older families (e.g. ``genetlink`` control family) attempted to
61 genetlink's policy dumps create the following structures::
H A Dindex.rst16 genetlink-legacy
/openbmc/linux/include/net/
H A Dgenetlink.h5 #include <linux/genetlink.h>
36 * synchronized by the core genetlink code
278 * @family: pointer to the genetlink family
317 * genlmsg_iput - start genetlink message based on genl_info
321 * Convenience wrapper which starts a genetlink message based on
323 * by genetlink core to do/dump handlers (when constructing replies to
327 * Returns pointer to new genetlink header.
349 * genlmsg_parse_deprecated - parse attributes of a genetlink message
351 * @family: genetlink message family
368 * genlmsg_parse - parse attributes of a genetlink message
[all …]
/openbmc/linux/drivers/acpi/
H A Devent.c20 #include <net/genetlink.h>
112 /* add the genetlink message header */ in acpi_bus_generate_netlink_event()
138 /* send multicast genetlink message */ in acpi_bus_generate_netlink_event()
175 /* create genetlink for acpi event */ in acpi_event_init()
178 pr_warn("Failed to create genetlink family for ACPI event\n"); in acpi_event_init()
/openbmc/linux/include/linux/
H A Dgenetlink.h5 #include <uapi/linux/genetlink.h>
12 /* for synchronisation between af_netlink and genetlink */
/openbmc/linux/net/ipv6/ila/
H A Dila_main.c2 #include <net/genetlink.h>
4 #include <uapi/linux/genetlink.h>
/openbmc/linux/net/netlink/
H A DMakefile6 obj-y := af_netlink.o genetlink.o policy.o
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py331 netlink-raw schema. Genetlink families use dynamic ID allocation
333 will be None for genetlink families.
356 proto protocol type (e.g. genetlink)
385 self.proto = self.yaml.get('protocol', 'genetlink')
/openbmc/linux/net/handshake/
H A Dtrace.c16 #include <net/genetlink.h>
H A Dgenl.h10 #include <net/genetlink.h>
/openbmc/linux/net/batman-adv/
H A Dnetlink.h14 #include <net/genetlink.h>
/openbmc/linux/net/core/
H A Dnetdev-genl-gen.h10 #include <net/genetlink.h>
H A Dnetdev-genl-gen.c7 #include <net/genetlink.h>
/openbmc/linux/net/smc/
H A Dsmc_netlink.h16 #include <net/genetlink.h>
/openbmc/linux/net/ipv4/
H A Dfou_nl.h10 #include <net/genetlink.h>
/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/
H A D0001-Do-not-include-linux-fs.h.patch26 #include <linux/genetlink.h>
/openbmc/linux/net/netlabel/
H A Dnetlabel_user.h24 #include <net/genetlink.h>
/openbmc/linux/net/openvswitch/
H A Dmeter.h14 #include <linux/genetlink.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-dlm_controld-remove-unnecessary-header-include.patch28 #include <linux/genetlink.h>

1234567