| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 40 class Netlink: class 275 self.type = self._type & ~Netlink.NLA_TYPE_MASK 276 self.is_nest = self._type & Netlink.NLA_F_NESTED 348 if self.nl_type == Netlink.NLMSG_ERROR: 352 elif self.nl_type == Netlink.NLMSG_DONE: 358 if self.nl_flags & Netlink.NLM_F_ACK_TLVS and extack_off: 362 if extack.type == Netlink.NLMSGERR_ATTR_MSG: 364 elif extack.type == Netlink.NLMSGERR_ATTR_MISS_TYPE: 366 elif extack.type == Netlink.NLMSGERR_ATTR_MISS_NEST: 368 elif extack.type == Netlink.NLMSGERR_ATTR_OFFS: [all …]
|
| H A D | __init__.py | 9 from .ynl import YnlFamily, Netlink, NlError, NlPolicy, YnlException
|
| /linux/Documentation/networking/ |
| H A D | generic_netlink.rst | 4 Generic Netlink 7 A wiki document on how to use Generic Netlink can be found here:
|
| H A D | sriov.rst | 14 The old SR-IOV API is implemented in ``rtnetlink`` Netlink family as part of
|
| H 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
|
| H A D | mptcp.rst | 68 connection. The path managers can be controlled via a Netlink API; see
|
| H A D | l2tp.rst | 92 Netlink API 99 L2TP uses `Generic Netlink`_ (GENL). Several commands are defined: 777 .. _Generic Netlink: generic_netlink.html
|
| H 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
|
| H A D | nexthop-group-resilient.rst | 160 Netlink UAPI
|
| H A D | switchdev.rst | 29 kernel | Netlink
|
| H A D | can.rst | 1227 Netlink interface to set/get devices properties
|
| /linux/Documentation/userspace-api/netlink/ |
| H 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 45 Python-pretty-printed. This is because some Netlink types can't 49 The spec and Netlink internals are factored out as a standalone
|
| H A D | genetlink-legacy.rst | 4 Netlink specification support for legacy Generic Netlink families 8 required to describe older Generic Netlink families which form 22 Generic Netlink family version, default is 1. 31 New Netlink families should use ``multi-attr`` to define arrays. 95 Netlink families should have instead defined this as a flat structure, 286 New Netlink families should never respond to a DO operation with multiple
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 19 from lib import YnlFamily, Netlink, NlError, SpecFamily, SpecException, YnlException 219 const=Netlink.NLM_F_REPLACE) 221 const=Netlink.NLM_F_EXCL) 223 const=Netlink.NLM_F_CREATE) 225 const=Netlink.NLM_F_APPEND)
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ynl.py | 16 from net.lib.ynl.pyynl.lib import YnlFamily, NlError, NlPolicy, Netlink 23 from net.ynl.pyynl.lib import YnlFamily, NlError, NlPolicy, Netlink
|
| H A D | __init__.py | 21 from .ynl import NetshaperFamily, DevlinkFamily, PSPFamily, Netlink
|
| /linux/Documentation/core-api/ |
| H 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/net/netlink/ |
| H A D | Kconfig | 3 # Netlink Sockets
|
| /linux/drivers/net/can/ |
| H A D | Kconfig | 50 bool "CAN device drivers with Netlink support" 54 standard library and provides features for the Netlink interface such 71 bit-rate specified via Netlink argument "bitrate" when the device 75 bit-timing parameters must be specified directly using the Netlink
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | env.py | 14 from . import bpftool, RtnlFamily, Netlink 423 flags=[Netlink.NLM_F_CREATE, Netlink.NLM_F_EXCL],
|
| /linux/Documentation/filesystems/ |
| H 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/Documentation/driver-api/ |
| H A D | connector.rst | 102 Netlink itself is not a reliable protocol. That means that messages can
|
| H A D | dpll.rst | 493 Netlink dump requests
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 155 tool which uses Netlink. 374 tristate 'Connection tracking timeout tuning via Netlink' 386 tristate 'Connection tracking helpers in user-space via Netlink'
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 775 LLDP/DCBX agents that interface with the Linux kernel's DCB Netlink API. We
|