Searched refs:genlhdr (Results 1 - 21 of 21) sorted by relevance

/linux-master/tools/lib/thermal/
H A Dsampling.c14 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); local
21 switch (genlhdr->cmd) {
H A Devents.c24 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); local
36 if (!enabled_ops[genlhdr->cmd])
39 switch (genlhdr->cmd) {
/linux-master/include/net/
H A Dgenetlink.h116 * @genlhdr: generic netlink message header
127 struct genlmsghdr * genlhdr; member in struct:genl_info
146 return (u8 *)info->genlhdr + GENL_HDRLEN;
308 info->genlhdr = hdr;
331 flags, info->genlhdr->cmd);
/linux-master/tools/power/x86/intel-speed-select/
H A Dhfi-events.c193 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); local
200 debug_printf("Received event %d parse_rer:%d\n", genlhdr->cmd, ret);
201 if (genlhdr->cmd == THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE) {
/linux-master/fs/smb/server/
H A Dtransport_ipc.c44 if (m->genlhdr->version != KSMBD_GENL_VERSION) {
47 m->genlhdr->version,
376 req = nla_data(info->attrs[info->genlhdr->cmd]);
393 pr_err("Unknown IPC event: %d, ignore.\n", info->genlhdr->cmd);
401 int type = info->genlhdr->cmd;
419 payload = nla_data(info->attrs[info->genlhdr->cmd]);
420 sz = nla_len(info->attrs[info->genlhdr->cmd]);
/linux-master/kernel/
H A Dtaskstats.c99 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); local
100 void *reply = genlmsg_data(genlhdr);
113 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); local
116 void *reply = genlmsg_data(genlhdr);
/linux-master/drivers/dpll/
H A Ddpll_netlink.c1019 nla_for_each_attr(a, genlmsg_data(info->genlhdr),
1020 genlmsg_len(info->genlhdr), rem) {
1100 nla_for_each_attr(attr, genlmsg_data(info->genlhdr),
1101 genlmsg_len(info->genlhdr), rem) {
1293 nla_for_each_attr(attr, genlmsg_data(info->genlhdr),
1294 genlmsg_len(info->genlhdr), rem) {
/linux-master/net/handshake/
H A Dnetlink.c86 &handshake_nl_family, 0, info->genlhdr->cmd);
/linux-master/tools/testing/selftests/nci/
H A Dnci_dev.c721 struct genlmsghdr *genlhdr; local
733 genlhdr = (struct genlmsghdr *)((struct nlmsghdr *)evt_data + 1);
734 na = (struct nlattr *)(genlhdr + 1);
/linux-master/net/ethtool/
H A Dnetlink.c374 const u8 cmd = info->genlhdr->cmd;
579 const u8 cmd = info->genlhdr->cmd;
/linux-master/net/ipv6/ila/
H A Dila_xlat.c485 info->genlhdr->cmd);
/linux-master/drivers/thermal/
H A Dthermal_netlink.c620 int cmd = info->genlhdr->cmd;
/linux-master/net/netlink/
H A Dgenetlink.c994 info->info.genlhdr = nlmsg_data(cb->nlh);
1101 info.genlhdr = nlmsg_data(nlh);
/linux-master/net/ipv4/
H A Dtcp_metrics.c861 info->genlhdr->cmd);
H A Dfou_core.c850 info->genlhdr->cmd);
/linux-master/net/mptcp/
H A Dpm_userspace.c704 info->genlhdr->cmd);
H A Dpm_netlink.c1687 info->genlhdr->cmd);
/linux-master/net/core/
H A Ddrop_monitor.c1380 switch (info->genlhdr->cmd) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c3891 cmd = info->genlhdr->cmd;
3920 cmd = info->genlhdr->cmd;
4047 cmd = info->genlhdr->cmd;
/linux-master/net/openvswitch/
H A Ddatapath.c1853 if (info->genlhdr->version < OVS_DP_VER_FEATURES)
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c163 const u8 cmd = info->genlhdr->cmd;
793 if (info->genlhdr->cmd == DRBD_ADM_PRIMARY)

Completed in 251 milliseconds