Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/accounting/
H A Dtaskstats.rst35NETLINK_GENERIC族)然后发送指定pid或tgid的命令。响应消息中包含单个
62 用户、内核空间的数据交换是属于NETLINK_GENERIC族的netlink消息,使用netlink属性
/openbmc/linux/include/linux/
H A Dgenetlink.h17 MODULE_ALIAS_NET_PF_PROTO_NAME(PF_NETLINK, NETLINK_GENERIC, "-family-" family)
/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h25 #define NETLINK_GENERIC 16 macro
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h25 #define NETLINK_GENERIC 16 macro
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py55 NETLINK_GENERIC = 16 variable in Netlink
280 with socket.socket(socket.AF_NETLINK, socket.SOCK_RAW, Netlink.NETLINK_GENERIC) as sock:
379 super().__init__(family_name, Netlink.NETLINK_GENERIC)
H A Dynl.c601 ys->sock = mnl_socket_open(NETLINK_GENERIC); in ynl_sock_create()
/openbmc/linux/Documentation/accounting/
H 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.
/openbmc/linux/tools/accounting/
H A Dprocacct.c327 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
H A Dgetdelays.c401 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
/openbmc/linux/tools/lib/bpf/
H A Dnetlink.c282 return libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in libbpf_netlink_resolve_genl_family_id()
494 err = libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in bpf_xdp_query()
/openbmc/linux/Documentation/userspace-api/netlink/
H 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);
/openbmc/linux/net/netlink/
H A Dgenetlink.c1305 PF_NETLINK, NETLINK_GENERIC, name); in ctrl_getfamily()
1709 net->genl_sock = netlink_kernel_create(net, NETLINK_GENERIC, &cfg); in genl_pernet_init()
H A Daf_netlink.c278 case NETLINK_GENERIC: in netlink_filter_tap()
610 if (sk->sk_protocol == NETLINK_GENERIC) in netlink_remove()
753 if (sk->sk_protocol == NETLINK_GENERIC && in netlink_release()
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c95 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in create_nl_socket()
/openbmc/linux/net/nfc/
H A Dnetlink.c1874 if (event != NETLINK_URELEASE || n->protocol != NETLINK_GENERIC) in nfc_genl_rcv_nl_event()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c1480 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in main()
/openbmc/qemu/linux-user/
H A Dstrace.c564 case NETLINK_GENERIC: in print_socket_protocol()
/openbmc/linux/security/selinux/
H A Dhooks.c1219 case NETLINK_GENERIC: in socket_type_to_security_class()
/openbmc/linux/net/wireless/
H A Dnl80211.c19983 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()