Home
last modified time | relevance | path

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

123456

/linux/Documentation/netlink/
H A Dgenetlink-legacy.yaml4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
28 description: Specification of a genetlink protocol
34 description: Name of the genetlink family.
39 description: Schema compatibility level. Default is "genetlink".
40 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim
44 # Start genetlink-c
60 # End genetlink-c
61 # Start genetlink-legacy
71 # End genetlink-legacy
117 # Start genetlink-c
[all …]
H A Dnetlink-raw.yaml46 # Start genetlink-c
62 # End genetlink-c
63 # Start genetlink-legacy
69 # End genetlink-legacy
115 # Start genetlink-c
122 # End genetlink-c
123 # Start genetlink-legacy
178 # End genetlink-legacy
209 # Start genetlink-c
219 # End genetlink-c
[all …]
H A Dgenetlink.yaml4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
28 description: Specification of a genetlink protocol
34 description: Name of the genetlink family.
39 description: Schema compatibility level. Default is "genetlink".
40 enum: [ genetlink ]
/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
92 The schema level, default is ``genetlink``, which is the only value
[all …]
H A Dgenetlink-legacy.rst9 the ``genetlink-legacy`` protocol level.
32 Older families (e.g. ``genetlink`` control family) attempted to
85 genetlink's policy dumps create the following structures::
H A Dindex.rst16 genetlink-legacy
/linux/Documentation/netlink/specs/
H A Dnlctrl.yaml4 protocol: genetlink-legacy
5 uapi-header: linux/genetlink.h
8 genetlink meta-family that exposes information about all genetlink
173 doc: Get / dump genetlink families
194 doc: Get / dump genetlink policies
/linux/drivers/regulator/
H A Devent.c10 #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()
/linux/net/ipv6/ila/
H A Dila_main.c2 #include <net/genetlink.h>
4 #include <uapi/linux/genetlink.h>
/linux/net/netlink/
H A Dgenetlink.h7 /* for synchronisation between af_netlink and genetlink */
H A DMakefile6 obj-y := af_netlink.o genetlink.o policy.o
/linux/net/handshake/
H A Dtrace.c16 #include <net/genetlink.h>
H A Dgenl.h10 #include <net/genetlink.h>
H A Dgenl.c7 #include <net/genetlink.h>
/linux/net/smc/
H A Dsmc_netlink.h16 #include <net/genetlink.h>
/linux/net/batman-adv/
H A Dnetlink.h14 #include <net/genetlink.h>
/linux/net/ipv4/
H A Dfou_nl.h10 #include <net/genetlink.h>
/linux/drivers/net/team/
H A Dteam_nl.h10 #include <net/genetlink.h>
H A Dteam_nl.c7 #include <net/genetlink.h>
/linux/fs/nfsd/
H A Dnetlink.h10 #include <net/genetlink.h>
/linux/drivers/net/wireguard/
H A Dmain.c17 #include <net/genetlink.h>
/linux/tools/net/ynl/
H A DMakefile.deps28 CFLAGS_nlctrl:=$(call get_hdr_inc,__LINUX_GENERIC_NETLINK_H,genetlink.h)
/linux/net/core/
H A Dnetdev-genl-gen.h10 #include <net/genetlink.h>
/linux/drivers/dpll/
H A Ddpll_nl.h10 #include <net/genetlink.h>
/linux/net/mptcp/
H A Dmptcp_pm_gen.h10 #include <net/genetlink.h>

123456