Searched refs:GENL_ID_CTRL (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/uapi/linux/
H A Dgenetlink.h30 #define GENL_ID_CTRL NLMSG_MIN_TYPE macro
/linux-master/tools/lib/thermal/
H A Dcommands.c345 if (family != GENL_ID_CTRL)
/linux-master/tools/accounting/
H A Dprocacct.c182 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY,
H A Dgetdelays.c175 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY,
/linux-master/net/netlink/
H A Dgenetlink.c87 static unsigned long mc_group_start = 0x3 | BIT(GENL_ID_CTRL) |
479 first_id = GENL_ID_CTRL;
807 start = end = GENL_ID_CTRL;
1808 .id = GENL_ID_CTRL,
/linux-master/tools/net/ynl/lib/
H A Dynl.py58 GENL_ID_CTRL = 0x10 variable in class:Netlink
264 msg = _genl_msg(Netlink.GENL_ID_CTRL,
H A Dynl.c631 nlh = ynl_gemsg_start_req(ys, GENL_ID_CTRL, CTRL_CMD_GETFAMILY, 1);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c258 if (nlh->nlmsg_type != GENL_ID_CTRL)
326 off = init_genl_req(data, GENL_ID_CTRL, CTRL_CMD_GETFAMILY, 0);
/linux-master/tools/testing/selftests/nci/
H A Dnci_dev.c171 return send_cmd_mt_nla(sd, GENL_ID_CTRL, pid, CTRL_CMD_GETFAMILY,
/linux-master/tools/lib/bpf/
H A Dnetlink.c271 .nh.nlmsg_type = GENL_ID_CTRL,

Completed in 230 milliseconds