Searched refs:genlhdr (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/lib/thermal/ |
| H A D | sampling.c | 14 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_thermal_sample() local 23 switch (genlhdr->cmd) { in handle_thermal_sample()
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | hfi-events.c | 193 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_event() local 200 debug_printf("Received event %d parse_rer:%d\n", genlhdr->cmd, ret); in handle_event() 201 if (genlhdr->cmd == THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE) { in handle_event()
|
| /linux/include/net/ |
| H A D | genetlink.h | 136 struct genlmsghdr * genlhdr; member 158 return (u8 *)info->genlhdr + GENL_HDRLEN; in genl_info_userhdr() 320 info->genlhdr = hdr; in genl_info_init_ntf() 343 flags, info->genlhdr->cmd); in __genlmsg_iput()
|
| /linux/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 175 struct genlmsghdr genlhdr; member 186 .genlhdr = {
|
| /linux/kernel/power/ |
| H A D | em_netlink.c | 102 int cmd = info->genlhdr->cmd; in dev_energymodel_nl_get_perf_domains_doit() 251 int cmd = info->genlhdr->cmd; in dev_energymodel_nl_get_perf_table_doit()
|
| /linux/tools/testing/selftests/nci/ |
| H A D | nci_dev.c | 721 struct genlmsghdr *genlhdr; in connect_tag() local 733 genlhdr = (struct genlmsghdr *)((struct nlmsghdr *)evt_data + 1); in connect_tag() 734 na = (struct nlattr *)(genlhdr + 1); in connect_tag()
|
| /linux/net/handshake/ |
| H A D | netlink.c | 86 &handshake_nl_family, 0, info->genlhdr->cmd); in handshake_genl_put()
|
| /linux/net/shaper/ |
| H A D | shaper.c | 83 nla_for_each_attr_type(attr, type, genlmsg_data(info->genlhdr), in net_shaper_list_len() 84 genlmsg_len(info->genlhdr), rem) in net_shaper_list_len() 984 genlmsg_data(info->genlhdr), in net_shaper_parse_leaves() 985 genlmsg_len(info->genlhdr), rem) { in net_shaper_parse_leaves()
|
| /linux/net/mptcp/ |
| H A D | pm_netlink.c | 199 info->genlhdr->cmd); in mptcp_pm_nl_get_addr_doit()
|
| /linux/net/ipv6/ila/ |
| H A D | ila_xlat.c | 486 info->genlhdr->cmd); in ila_xlat_nl_cmd_get_mapping()
|
| /linux/drivers/thermal/ |
| H A D | thermal_netlink.c | 807 int cmd = info->genlhdr->cmd; in thermal_genl_cmd_doit()
|
| /linux/net/netlink/ |
| H A D | genetlink.c | 995 info->info.genlhdr = nlmsg_data(cb->nlh); in genl_start() 1102 info.genlhdr = nlmsg_data(nlh); in genl_family_rcv_msg_doit()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 1880 if (info->genlhdr->version < OVS_DP_VER_FEATURES) in ovs_dp_cmd_new()
|