Searched refs:NETLINK_GENERIC (Results 1 – 18 of 18) sorted by relevance
| /Linux-v6.6/Documentation/translations/zh_CN/accounting/ |
| D | taskstats.rst | 35 (NETLINK_GENERIC族)然后发送指定pid或tgid的命令。响应消息中包含单个 62 用户、内核空间的数据交换是属于NETLINK_GENERIC族的netlink消息,使用netlink属性
|
| /Linux-v6.6/include/linux/ |
| D | genetlink.h | 17 MODULE_ALIAS_NET_PF_PROTO_NAME(PF_NETLINK, NETLINK_GENERIC, "-family-" family)
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | netlink.h | 25 #define NETLINK_GENERIC 16 macro
|
| /Linux-v6.6/include/uapi/linux/ |
| D | netlink.h | 25 #define NETLINK_GENERIC 16 macro
|
| /Linux-v6.6/tools/net/ynl/lib/ |
| D | ynl.py | 55 NETLINK_GENERIC = 16 variable in Netlink 279 with socket.socket(socket.AF_NETLINK, socket.SOCK_RAW, Netlink.NETLINK_GENERIC) as sock: 378 super().__init__(family_name, Netlink.NETLINK_GENERIC)
|
| D | ynl.c | 592 ys->sock = mnl_socket_open(NETLINK_GENERIC); in ynl_sock_create()
|
| /Linux-v6.6/Documentation/accounting/ |
| D | taskstats.rst | 31 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-v6.6/tools/accounting/ |
| D | procacct.c | 327 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
|
| D | getdelays.c | 401 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
|
| /Linux-v6.6/tools/lib/bpf/ |
| D | netlink.c | 282 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()
|
| /Linux-v6.6/Documentation/userspace-api/netlink/ |
| D | intro.rst | 29 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-v6.6/net/netlink/ |
| D | genetlink.c | 1305 PF_NETLINK, NETLINK_GENERIC, name); in ctrl_getfamily() 1710 net->genl_sock = netlink_kernel_create(net, NETLINK_GENERIC, &cfg); in genl_pernet_init()
|
| D | af_netlink.c | 278 case NETLINK_GENERIC: in netlink_filter_tap() 627 if (sk->sk_protocol == NETLINK_GENERIC) in netlink_remove() 780 if (sk->sk_protocol == NETLINK_GENERIC && in netlink_release()
|
| /Linux-v6.6/tools/testing/selftests/nci/ |
| D | nci_dev.c | 95 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in create_nl_socket()
|
| /Linux-v6.6/tools/testing/selftests/net/mptcp/ |
| D | pm_nl_ctl.c | 1480 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in main()
|
| /Linux-v6.6/net/nfc/ |
| D | netlink.c | 1874 if (event != NETLINK_URELEASE || n->protocol != NETLINK_GENERIC) in nfc_genl_rcv_nl_event()
|
| /Linux-v6.6/security/selinux/ |
| D | hooks.c | 1219 case NETLINK_GENERIC: in socket_type_to_security_class()
|
| /Linux-v6.6/net/wireless/ |
| D | nl80211.c | 19925 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()
|