Home
last modified time | relevance | path

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

1234

/linux/Documentation/translations/zh_CN/accounting/
H A Dtaskstats.rst11 Taskstats是一个基于netlink的接口,用于从内核向用户空间发送每任务及每进程的
34 为了在任务生命周期内获得统计信息,用户空间需打开一个单播的netlink套接字
40 cpu掩码可以限制一个监听者收到的数据,并有助于对netlink接口进行流量控制,后文
62 用户、内核空间的数据交换是属于NETLINK_GENERIC族的netlink消息,使用netlink属性
122 2. 定义单独的统计结构体并使用netlink属性接口返回对应的数据。由于用户空间独立
123 处理每个netlink属性,所以总是可以忽略其不理解类型的属性(因为使用了旧版本接口)。
126 首选方法,因为内核和用户空间无需承担处理新netlink属性的开销。但若新字段过多的
138 - 增大监听者用于接收退出数据的netlink套接字接收缓存区。
/linux/Documentation/translations/zh_CN/networking/
H A Dmptcp-sysctl.rst79 根据通过MPTCP netlink API配置的每个命名空间值来控制子流连接
81 址通告交由特权用户空间程序控制,代价是需要更多netlink流量来
93 根据通过MPTCP netlink API配置的每个命名空间值来控制子流连接
95 址通告交由特权用户空间程序控制,代价是需要更多netlink流量来
H A Dtimestamping.rst443 期望的行为通过 tsconfig netlink 套接字 ``ETHTOOL_MSG_TSCONFIG_SET``
446 netlink 属性设置 struct hwtstamp_config 相应地。
448 ``ETHTOOL_A_TSCONFIG_HWTSTAMP_PROVIDER`` netlink 嵌套属性用于选择
463 任何进程都可以通过请求 tsconfig netlink 套接字 ``ETHTOOL_MSG_TSCONFIG_GET``
/linux/net/psample/
H A DKconfig7 tristate "Packet-sampling netlink channel"
10 Say Y here to add support for packet-sampling netlink channel
11 This netlink channel allows transferring packets alongside some
/linux/Documentation/driver-api/
H A 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
/linux/Documentation/filesystems/
H A 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
/linux/Documentation/accounting/
H A 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.
148 2. Defining separate statistic structs and using the netlink attributes
149 interface to return them. Since userspace processes each netlink attribute
157 processing new netlink attributes. But if the new fields expand the existing
172 - increase the receive buffer sizes for the netlink sockets opened by
/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py15 netlink = True variable
17 netlink = False variable
35 if netlink == True:
69 if netlink == True:
/linux/net/ieee802154/
H A DKconfig17 bool "IEEE 802.15.4 experimental netlink support"
19 Adds experimental netlink support for nl802154.
H A DMakefile6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
/linux/Documentation/networking/
H A Doperstates.rst32 Both admin and operational state can be queried via the netlink
153 Applications have to use the netlink interface to influence the
161 are multicasted on the netlink group RTNLGRP_LINK.
169 netlink multicast signals this state
173 - see how operstate and IFF_RUNNING is echoed via netlink multicast
H A 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
484 The ppp<ifunit> interface can then be configured as usual with netlink's
542 implemented only L2TPv2 and did not include a netlink API. Instead,
547 being created by a separate netlink request:
[all …]
/linux/net/ncsi/
H A DMakefile5 obj-$(CONFIG_NET_NCSI) += ncsi-cmd.o ncsi-rsp.o ncsi-aen.o ncsi-manage.o ncsi-netlink.o
/linux/net/handshake/
H A DMakefile11 handshake-y := alert.o genl.o netlink.o request.o tlshd.o trace.o
/linux/Documentation/userspace-api/netlink/
H A Dintro-specs.rst26 YAML specs can be found under ``Documentation/netlink/specs/``.
30 $ ./tools/net/ynl/pyynl/cli.py --spec Documentation/netlink/specs/ethtool.yaml \
67 /* Documentation/netlink/specs/fou.yaml */
87 ``tools/net/ynl/pyynl/ynl_gen_c.py`` to create easy to use netlink wrappers.
/linux/include/trace/events/
H A Dnetlink.h2 #define TRACE_SYSTEM netlink
/linux/Documentation/w1/
H A Dindex.rst12 w1-netlink.rst
/linux/fs/quota/
H A DMakefile7 obj-$(CONFIG_QUOTA_NETLINK_INTERFACE) += netlink.o
/linux/Documentation/ABI/stable/
H A Dthermal-notification4 The notification is in the form of a netlink event.
/linux/net/devlink/
H A DMakefile3 obj-y := core.o netlink.o netlink_gen.o dev.o port.o sb.o dpipe.o \
/linux/net/nfc/
H A DMakefile11 nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
/linux/tools/testing/selftests/net/lib/
H A DMakefile10 ../../../../../Documentation/netlink/specs \
/linux/drivers/net/can/dev/
H A DMakefile11 can-dev-$(CONFIG_CAN_NETLINK) += netlink.o
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dindex.rst39 * netlink/index
/linux/net/tipc/
H A DMakefile11 netlink.o netlink_compat.o node.o socket.o eth_media.o \

1234