Home
last modified time | relevance | path

Searched refs:netlink (Results 1 – 25 of 85) sorted by relevance

1234

/kernel/linux/linux-5.10/net/psample/
DKconfig8 tristate "Packet-sampling netlink channel"
11 Say Y here to add support for packet-sampling netlink channel
12 This netlink channel allows transferring packets alongside some
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_net_container_003.cpp71 auto netlink = ReadlinkNet(getpid()); in ItNetContainer003() local
72 int ret = zerolink.compare(netlink); in ItNetContainer003()
76 ret = std::regex_match(netlink, reg); in ItNetContainer003()
/kernel/linux/linux-5.10/Documentation/driver-api/
Dconnector.rst7 Kernel connector - new netlink based userspace <-> kernel space easy
11 netlink based network. One must register a callback and an identifier.
12 When the driver receives a special netlink message with the appropriate
25 netlink based networking for inter-process communication in a significantly
63 netlink group to the user which is equal to its id.idx.
111 2.6.14 has a new netlink socket implementation, which by default does not
112 allow people to send data to netlink groups other than 1.
113 So, if you wish to use a netlink socket (for example using connector)
138 2.6.14 netlink code only allows to select a group which is less or equal to
148 Some work in netlink area is still being done, so things can be changed in
/kernel/linux/linux-5.10/Documentation/filesystems/
Dquota.rst23 Quota netlink interface
29 Thus quota netlink interface has been designed to pass information about
33 The interface uses generic netlink framework (see
35 more details about this layer). The name of the quota generic netlink interface
37 the quota netlink protocol is not namespace aware, quota netlink messages are
/kernel/linux/linux-5.10/Documentation/accounting/
Dtaskstats.rst6 Taskstats is a netlink-based interface for sending per-task and
30 To get statistics during a task's lifetime, userspace opens a unicast netlink
39 to be limited and assists in flow control over the netlink interface and is
67 The data exchanged between user and kernel space is a netlink message belonging
68 to the NETLINK_GENERIC family and using the netlink attributes interface.
146 2. Defining separate statistic structs and using the netlink attributes
147 interface to return them. Since userspace processes each netlink attribute
155 processing new netlink attributes. But if the new fields expand the existing
170 - increase the receive buffer sizes for the netlink sockets opened by
/kernel/linux/linux-5.10/Documentation/networking/
Dnfc.rst24 The control operations are available to userspace via generic netlink.
40 | AF_NFC | netlink |
76 Generic netlink is used to implement the interface to the control operations.
100 All polling operations requested through one netlink socket are stopped when
118 netlink event. As a target can support more than one NFC protocol, the user
Doperstates.rst32 Both admin and operational state can be queried via the netlink
151 Applications have to use the netlink interface to influence the
159 are multicasted on the netlink group RTNLGRP_LINK.
167 netlink multicast signals this state
171 - see how operstate and IFF_RUNNING is echoed via netlink multicast
Dl2tp.rst95 L2TP applications use netlink to manage L2TP tunnel and session
96 instances in the kernel. The L2TP netlink API is defined in
102 netlink attribute types that can be used with each command.
108 attributes. If netlink is used to manage L2TPv2 tunnel and session
258 netlink command and attribute definitions.
262 - Open L2TP netlink socket::
312 /* there are other session options which can be set using netlink
419 implemented only L2TPv2 and did not include a netlink API. Instead,
424 being created by a separate netlink request:
438 L2TPv2 applications should use netlink to first create the tunnel and
[all …]
Dstatistics.rst100 netlink section in uAPIs
123 ethtool-netlink
126 Ethtool netlink is a replacement for the older IOCTL interface.
175 translated to netlink attributes when dumped. Drivers must not overwrite
/kernel/linux/linux-5.10/net/ieee802154/
DKconfig17 bool "IEEE 802.15.4 experimental netlink support"
19 Adds experimental netlink support for nl802154.
DMakefile6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
/kernel/linux/linux-5.10/Documentation/hwmon/
Dacpi_power_meter.rst31 When both of them are set, an ACPI event will be broadcast on the ACPI netlink
42 the netlink event socket and a poll notification will be sent to the
48 all cases the ACPI event will be broadcast on the ACPI netlink event socket as
/kernel/linux/linux-5.10/fs/quota/
DKconfig23 bool "Report quota messages through netlink interface"
27 hardlimit, etc.) will be reported through netlink interface. If unsure,
38 future. Please use notification via netlink socket instead.
DMakefile7 obj-$(CONFIG_QUOTA_NETLINK_INTERFACE) += netlink.o
/kernel/linux/linux-5.10/tools/lib/bpf/
DMakefile167 @(test -f ../../include/uapi/linux/netlink.h -a -f ../../../include/uapi/linux/netlink.h && ( \
168 (diff -B ../../include/uapi/linux/netlink.h ../../../include/uapi/linux/netlink.h >/dev/null) || \
DBuild2 netlink.o bpf_prog_linfo.o libbpf_probes.o xsk.o hashmap.o \
/kernel/linux/linux-5.10/net/ncsi/
DMakefile5 obj-$(CONFIG_NET_NCSI) += ncsi-cmd.o ncsi-rsp.o ncsi-aen.o ncsi-manage.o ncsi-netlink.o
/kernel/linux/linux-5.10/Documentation/w1/
Dindex.rst12 w1-netlink.rst
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dthermal-notification4 The notification is in the form of a netlink event.
/kernel/linux/linux-5.10/net/nfc/
DMakefile11 nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
/kernel/linux/linux-5.10/fs/dlm/
DMakefile12 netlink.o \
/kernel/linux/linux-5.10/net/ethtool/
DMakefile7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \
/kernel/linux/linux-5.10/drivers/net/wireguard/
DMakefile16 wireguard-y += netlink.o
/kernel/linux/linux-5.10/net/tipc/
DMakefile11 netlink.o netlink_compat.o node.o socket.o eth_media.o \
/kernel/linux/linux-5.10/drivers/connector/
DKconfig8 of the netlink socket protocol.

1234