Searched full:genetlink (Results 1 – 25 of 171) sorted by relevance
1234567
4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#25 description: Specification of a genetlink protocol31 description: Name of the genetlink family.36 description: Schema compatibility level. Default is "genetlink".37 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim41 # Start genetlink-c57 # End genetlink-c58 # Start genetlink-legacy68 # End genetlink-legacy114 # Start genetlink-c[all …]
40 # Start genetlink-c56 # End genetlink-c57 # Start genetlink-legacy63 # End genetlink-legacy109 # Start genetlink-c116 # End genetlink-c117 # Start genetlink-legacy172 # End genetlink-legacy203 # Start genetlink-c210 # End genetlink-c[all …]
4 $id: http://kernel.org/schemas/netlink/genetlink-c.yaml#25 description: Specification of a genetlink protocol31 description: Name of the genetlink family.36 description: Schema compatibility level. Default is "genetlink".37 enum: [ genetlink, genetlink-c ]41 # Start genetlink-c57 # End genetlink-c103 # Start genetlink-c113 # End genetlink-c144 # Start genetlink-c[all …]
4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#25 description: Specification of a genetlink protocol31 description: Name of the genetlink family.36 description: Schema compatibility level. Default is "genetlink".37 enum: [ genetlink ]
37 user capable of parsing more complex ``genetlink`` schemas is also compatible40 - ``genetlink`` - most streamlined, should be used by all new families41 - ``genetlink-c`` - superset of ``genetlink`` with extra attributes allowing43 be equivalent to ``genetlink`` for all implementations which don't interact45 - ``genetlink-legacy`` - Generic Netlink catch all schema supporting quirks of46 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 chapter92 The schema level, default is ``genetlink``, which is the only value[all …]
9 the ``genetlink-legacy`` protocol level.32 Older families (e.g. ``genetlink`` control family) attempted to85 genetlink's policy dumps create the following structures::
16 genetlink-legacy
14 The netlink-raw schema extends the :doc:`genetlink-legacy <genetlink-legacy>`
10 #include <net/genetlink.h>46 /* add the genetlink message header */ in reg_generate_netlink_event()67 /* send multicast genetlink message */ in reg_generate_netlink_event()83 /* create genetlink for acpi event */ in reg_event_init()86 pr_warn("Failed to create genetlink family for reg event\n"); in reg_event_init()
4 protocol: genetlink-legacy5 uapi-header: linux/genetlink.h8 genetlink meta-family that exposes information about all genetlink173 doc: Get / dump genetlink families194 doc: Get / dump genetlink policies
4 protocol: genetlink
8 #include <uapi/linux/genetlink.h>47 * synchronized by the core genetlink code306 * @family: pointer to the genetlink family347 * genlmsg_iput - start genetlink message based on genl_info351 * Convenience wrapper which starts a genetlink message based on353 * by genetlink core to do/dump handlers (when constructing replies to357 * Returns: pointer to new genetlink header.379 * genlmsg_parse_deprecated - parse attributes of a genetlink message381 * @family: genetlink message family398 * genlmsg_parse - parse attributes of a genetlink message[all …]
20 #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()
2 #include <net/genetlink.h>4 #include <uapi/linux/genetlink.h>
7 /* for synchronisation between af_netlink and genetlink */
6 obj-y := af_netlink.o genetlink.o policy.o
16 #include <net/genetlink.h>
10 #include <net/genetlink.h>
7 #include <net/genetlink.h>
14 #include <net/genetlink.h>
392 netlink-raw schema. Genetlink families use dynamic ID allocation394 will be None for genetlink families.417 proto protocol type (e.g. genetlink)448 self.proto = self.yaml.get('protocol', 'genetlink')