Searched refs:Netlink (Results 1 – 25 of 31) sorted by relevance
12
/linux-6.3-rc2/tools/net/ynl/lib/ |
A D | ynl.py | 17 class Netlink: class 135 if self.nl_type == Netlink.NLMSG_ERROR: 213 sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1) 215 msg = _genl_msg(Netlink.GENL_ID_CTRL, 216 Netlink.NLM_F_REQUEST | Netlink.NLM_F_ACK | Netlink.NLM_F_DUMP, 303 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1) 304 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_EXT_ACK, 1) 324 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_ADD_MEMBERSHIP, 331 nl_type |= Netlink.NLA_F_NESTED 469 nl_flags = Netlink.NLM_F_REQUEST | Netlink.NLM_F_ACK [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | intro.rst | 4 Introduction to Netlink 7 Netlink is often described as an ioctl() replacement. 75 Classic vs Generic Netlink 95 Netlink) differs from Generic Netlink is provided later in this document. 97 Generic Netlink 100 In addition to the Netlink fixed metadata header each Netlink protocol 134 control messages both in Classic Netlink and Generic Netlink. 173 Netlink message types 245 Generic Netlink is itself a subsystem exposed via the Generic Netlink API. 531 Classic Netlink [all …]
|
A D | intro-specs.rst | 4 Using Netlink protocol specifications 7 This document is a quick starting guide for using Netlink protocol 14 developing Netlink related code. The tool is implemented in Python 15 and can use a YAML specification to issue Netlink requests 16 to the kernel. Only Generic Netlink is supported. 45 Python-pretty-printed. This is because some Netlink types can't 49 The spec and Netlink internals are factored out as a standalone
|
A D | index.rst | 4 Netlink Handbook 7 Netlink documentation for users.
|
A D | specs.rst | 4 Netlink protocol specifications (in YAML) 7 Netlink protocol specifications are complete, machine readable descriptions of 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 33 There are four schema levels for Netlink specs, from the simplest used 87 Generic Netlink family version, default is 1. 193 Netlink attribute type, see :ref:`attr_types`. 200 Numerical attribute ID, used in serialized Netlink messages. 305 Numerical message ID, used in serialized Netlink messages. [all …]
|
A D | genetlink-legacy.rst | 4 Netlink specification support for legacy Generic Netlink families 8 required to describe older Generic Netlink families which form 20 New Netlink families should use ``multi-attr`` to define arrays. 74 Netlink families should have instead defined this as a flat structure, 172 New Netlink families should never respond to a DO operation with multiple
|
A D | c-code-gen.rst | 4 Netlink spec C code generation 7 This document describes how Netlink specifications are used to render
|
/linux-6.3-rc2/Documentation/networking/ |
A D | generic_netlink.rst | 4 Generic Netlink 7 A wiki document on how to use Generic Netlink can be found here:
|
A D | openvswitch.rst | 37 protocols that have become obsolete. Therefore, the Netlink interface 74 A flow key is passed over a Netlink socket as a sequence of Netlink 100 A wildcarded flow is described with two sequences of Netlink attributes 101 passed over the Netlink socket. A flow key, exactly as described above, and an 110 Support for the mask Netlink attribute is optional for both the kernel and user
|
A D | l2tp.rst | 92 Netlink API 99 L2TP uses `Generic Netlink`_ (GENL). Several commands are defined: 668 .. _Generic Netlink: generic_netlink.html
|
A D | filter.rst | 298 nla Netlink attribute of type X with offset A 299 nlan Nested Netlink attribute of type X with offset A
|
A D | nexthop-group-resilient.rst | 160 Netlink UAPI
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | netlink.rst | 6 Netlink notes for kernel developers 58 Netlink specification 61 Documentation of the Netlink specification parts which are only relevant
|
/linux-6.3-rc2/net/netlink/ |
A D | Kconfig | 3 # Netlink Sockets
|
/linux-6.3-rc2/drivers/net/can/ |
A D | Kconfig | 53 bool "CAN device drivers with Netlink support" 57 standard library and provides features for the Netlink interface such 74 bit-rate specified via Netlink argument "bitrate" when the device 78 bit-timing parameters must be specified directly using the Netlink
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | autofs-mount-control.rst | 145 ioctl mechanism in favor of systems such as Netlink. An implementation 147 found to be inadequate, in this case. The Generic Netlink system was 148 used for this as raw Netlink would lead to a significant increase in 149 complexity. There's no question that the Generic Netlink system is an 164 mount at a time. A Generic Netlink implementation would exclude this
|
/linux-6.3-rc2/Documentation/netlink/specs/ |
A D | ethtool.yaml | 7 doc: Partial family for Ethtool Netlink.
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | connector.rst | 102 Netlink itself is not a reliable protocol. That means that messages can
|
/linux-6.3-rc2/Documentation/netlink/ |
A D | genetlink.yaml | 30 description: Generic Netlink family version. Default is 1.
|
A D | genetlink-c.yaml | 30 description: Generic Netlink family version. Default is 1.
|
A D | genetlink-legacy.yaml | 30 description: Generic Netlink family version. Default is 1.
|
/linux-6.3-rc2/net/ |
A D | Kconfig | 462 bool "Netlink interface for ethtool"
|
/linux-6.3-rc2/net/netfilter/ |
A D | Kconfig | 152 tool which uses Netlink. 392 tristate 'Connection tracking timeout tuning via Netlink' 404 tristate 'Connection tracking helpers in user-space via Netlink'
|
/linux-6.3-rc2/lib/ |
A D | Kconfig | 585 # Netlink attribute parsing support is select'ed if needed
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | userspace-if.rst | 407 the aforementioned Netlink kernel interface. [1] also contains a test
|
Completed in 26 milliseconds
12