Home
last modified time | relevance | path

Searched refs:NETLINK_GENERIC (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/Documentation/translations/zh_CN/accounting/
A Dtaskstats.rst35NETLINK_GENERIC族)然后发送指定pid或tgid的命令。响应消息中包含单个
62 用户、内核空间的数据交换是属于NETLINK_GENERIC族的netlink消息,使用netlink属性
/linux-6.3-rc2/include/linux/
A Dgenetlink.h17 MODULE_ALIAS_NET_PF_PROTO_NAME(PF_NETLINK, NETLINK_GENERIC, "-family-" family)
/linux-6.3-rc2/tools/net/ynl/lib/
A Dynl.py46 NETLINK_GENERIC = 16 variable in Netlink
212 with socket.socket(socket.AF_NETLINK, socket.SOCK_RAW, Netlink.NETLINK_GENERIC) as sock:
302 self.sock = socket.socket(socket.AF_NETLINK, socket.SOCK_RAW, Netlink.NETLINK_GENERIC)
/linux-6.3-rc2/tools/include/uapi/linux/
A Dnetlink.h25 #define NETLINK_GENERIC 16 macro
/linux-6.3-rc2/include/uapi/linux/
A Dnetlink.h25 #define NETLINK_GENERIC 16 macro
/linux-6.3-rc2/Documentation/accounting/
A Dtaskstats.rst31 socket (NETLINK_GENERIC family) and sends commands specifying a pid or a tgid.
68 to the NETLINK_GENERIC family and using the netlink attributes interface.
/linux-6.3-rc2/tools/accounting/
A Dprocacct.c327 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
A Dgetdelays.c395 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
/linux-6.3-rc2/tools/lib/bpf/
A Dnetlink.c281 return libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in libbpf_netlink_resolve_genl_family_id()
485 err = libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in bpf_xdp_query()
/linux-6.3-rc2/Documentation/userspace-api/netlink/
A Dintro.rst29 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC);
41 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC);
54 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC);
/linux-6.3-rc2/net/netlink/
A Dgenetlink.c1306 PF_NETLINK, NETLINK_GENERIC, name); in ctrl_getfamily()
1711 net->genl_sock = netlink_kernel_create(net, NETLINK_GENERIC, &cfg); in genl_pernet_init()
A Daf_netlink.c278 case NETLINK_GENERIC: in netlink_filter_tap()
629 if (sk->sk_protocol == NETLINK_GENERIC) in netlink_remove()
777 if (sk->sk_protocol == NETLINK_GENERIC && in netlink_release()
/linux-6.3-rc2/tools/testing/selftests/nci/
A Dnci_dev.c95 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in create_nl_socket()
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dpm_nl_ctl.c1469 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in main()
/linux-6.3-rc2/net/nfc/
A Dnetlink.c1864 if (event != NETLINK_URELEASE || n->protocol != NETLINK_GENERIC) in nfc_genl_rcv_nl_event()
/linux-6.3-rc2/security/selinux/
A Dhooks.c1181 case NETLINK_GENERIC: in socket_type_to_security_class()
/linux-6.3-rc2/net/wireless/
A Dnl80211.c19639 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()

Completed in 74 milliseconds