/openbmc/linux/Documentation/netlink/ |
H A D | genetlink-legacy.yaml | 4 $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 D | netlink-raw.yaml | 40 # 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 D | genetlink-c.yaml | 4 $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 D | genetlink.yaml | 4 $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 D | specs.rst | 37 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 D | netlink-raw.rst | 14 The netlink-raw schema extends the :doc:`genetlink-legacy <genetlink-legacy>`
|
H A D | genetlink-legacy.rst | 9 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 D | index.rst | 16 genetlink-legacy
|
/openbmc/linux/include/net/ |
H A D | genetlink.h | 5 #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 D | event.c | 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()
|
/openbmc/linux/include/linux/ |
H A D | genetlink.h | 5 #include <uapi/linux/genetlink.h> 12 /* for synchronisation between af_netlink and genetlink */
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_main.c | 2 #include <net/genetlink.h> 4 #include <uapi/linux/genetlink.h>
|
/openbmc/linux/net/netlink/ |
H A D | Makefile | 6 obj-y := af_netlink.o genetlink.o policy.o
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 331 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 D | trace.c | 16 #include <net/genetlink.h>
|
H A D | genl.h | 10 #include <net/genetlink.h>
|
/openbmc/linux/net/batman-adv/ |
H A D | netlink.h | 14 #include <net/genetlink.h>
|
/openbmc/linux/net/core/ |
H A D | netdev-genl-gen.h | 10 #include <net/genetlink.h>
|
H A D | netdev-genl-gen.c | 7 #include <net/genetlink.h>
|
/openbmc/linux/net/smc/ |
H A D | smc_netlink.h | 16 #include <net/genetlink.h>
|
/openbmc/linux/net/ipv4/ |
H A D | fou_nl.h | 10 #include <net/genetlink.h>
|
/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/ |
H A D | 0001-Do-not-include-linux-fs.h.patch | 26 #include <linux/genetlink.h>
|
/openbmc/linux/net/netlabel/ |
H A D | netlabel_user.h | 24 #include <net/genetlink.h>
|
/openbmc/linux/net/openvswitch/ |
H A D | meter.h | 14 #include <linux/genetlink.h>
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
H A D | 0001-dlm_controld-remove-unnecessary-header-include.patch | 28 #include <linux/genetlink.h>
|