Home
last modified time | relevance | path

Searched refs:CTRL_CMD_GETFAMILY (Results 1 – 14 of 14) sorted by relevance

/linux/include/uapi/linux/
H A Dgenetlink.h44 CTRL_CMD_GETFAMILY, enumerator
/linux/tools/include/uapi/linux/
H A Dgenetlink.h44 CTRL_CMD_GETFAMILY, enumerator
/linux/tools/lib/thermal/
H A Dthermal_nl.c129 genlmsg_put(msg, 0, 0, ctrlid, 0, 0, CTRL_CMD_GETFAMILY, 0); in nl_get_multicast_id()
/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c163 0, 0, CTRL_CMD_GETFAMILY, 0); in nl_get_multicast_id()
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst253 about other families (``CTRL_CMD_GETFAMILY``).
258 ``do`` (2) call to ``CTRL_CMD_GETFAMILY`` (3). A ``dump`` version of this
271 __u8 cmd: CTRL_CMD_GETFAMILY // (3)
301 __u8 cmd: CTRL_CMD_GETFAMILY
486 to the ``CTRL_CMD_GETFAMILY`` request.
/linux/tools/accounting/
H A Dgetdelays.c202 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in format_timespec()
H A Ddelaytop.c478 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id()
/linux/net/netlink/
H A Dgenetlink.c1768 .cmd = CTRL_CMD_GETFAMILY,
1776 .cmd = CTRL_CMD_GETFAMILY,
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py80 CTRL_CMD_GETFAMILY = 3 variable in Netlink
469 Netlink.CTRL_CMD_GETFAMILY, 1)
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c171 return send_cmd_mt_nla(sd, GENL_ID_CTRL, pid, CTRL_CMD_GETFAMILY, in send_get_nfc_family()
/linux/tools/net/ynl/lib/
H A Dynl.c706 nlh = ynl_gemsg_start_req(ys, GENL_ID_CTRL, CTRL_CMD_GETFAMILY, 1); in ynl_sock_read_family()
/linux/tools/lib/bpf/
H A Dnetlink.c275 .gnl.cmd = CTRL_CMD_GETFAMILY, in libbpf_netlink_resolve_genl_family_id()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c336 off = init_genl_req(data, GENL_ID_CTRL, CTRL_CMD_GETFAMILY, 0); in resolve_mptcp_pm_netlink()
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c1576 genlmsg_put(msg, 0, 0, ctrlid, 0, 0, CTRL_CMD_GETFAMILY, 0); in ovpn_get_mcast_id()