Searched refs:GENL_ID_CTRL (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | genetlink.h | 30 #define GENL_ID_CTRL NLMSG_MIN_TYPE macro
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | intro.rst | 247 Family ID (``GENL_ID_CTRL`` which is equal to ``NLMSG_MIN_TYPE``). 261 __u16 nlmsg_type: GENL_ID_CTRL // (1) 291 __u16 nlmsg_type: GENL_ID_CTRL 338 __u16 nlmsg_type: GENL_ID_CTRL 448 __u16 nlmsg_type: GENL_ID_CTRL
|
/openbmc/linux/tools/lib/thermal/ |
H A D | commands.c | 345 if (family != GENL_ID_CTRL) in thermal_cmd_init()
|
/openbmc/linux/tools/accounting/ |
H A D | procacct.c | 182 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id()
|
H A D | getdelays.c | 175 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id()
|
/openbmc/linux/net/netlink/ |
H A D | genetlink.c | 87 static unsigned long mc_group_start = 0x3 | BIT(GENL_ID_CTRL) | 478 first_id = GENL_ID_CTRL; in genl_validate_assign_mc_groups() 670 start = end = GENL_ID_CTRL; in genl_register_family() 1660 .id = GENL_ID_CTRL,
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 57 GENL_ID_CTRL = 0x10 variable in Netlink 283 msg = _genl_msg(Netlink.GENL_ID_CTRL,
|
H A D | ynl.c | 553 nlh = ynl_gemsg_start_req(ys, GENL_ID_CTRL, CTRL_CMD_GETFAMILY, 1); in ynl_sock_read_family()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 258 if (nlh->nlmsg_type != GENL_ID_CTRL) in genl_parse_getfamily() 326 off = init_genl_req(data, GENL_ID_CTRL, CTRL_CMD_GETFAMILY, 0); in resolve_mptcp_pm_netlink()
|
/openbmc/linux/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 171 return send_cmd_mt_nla(sd, GENL_ID_CTRL, pid, CTRL_CMD_GETFAMILY, in send_get_nfc_family()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 271 .nh.nlmsg_type = GENL_ID_CTRL, in libbpf_netlink_resolve_genl_family_id()
|