Home
last modified time | relevance | path

Searched refs:genlmsg_data (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/net/ieee802154/
H A Dnetlink.c48 void *hdr = genlmsg_data(nlmsg_data(nlh)); in ieee802154_nl_mcast()
77 void *hdr = genlmsg_data(nlmsg_data(nlh)); in ieee802154_nl_reply()
/linux-6.15/kernel/
H A Dtaskstats.c100 void *reply = genlmsg_data(genlhdr); in send_reply()
116 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners()
/linux-6.15/include/net/
H A Dgenetlink.h570 static inline void *genlmsg_data(const struct genlmsghdr *gnlh) in genlmsg_data() function
/linux-6.15/drivers/dpll/
H A Ddpll_netlink.c1168 nla_for_each_attr(a, genlmsg_data(info->genlhdr), in dpll_pin_set_from_nlattr()
1254 nla_for_each_attr(attr, genlmsg_data(info->genlhdr), in dpll_pin_find_from_nlattr()
1447 nla_for_each_attr(attr, genlmsg_data(info->genlhdr), in dpll_device_find_from_nlattr()
/linux-6.15/net/shaper/
H A Dshaper.c84 nla_for_each_attr_type(attr, type, genlmsg_data(info->genlhdr), in net_shaper_list_len()
1180 genlmsg_data(info->genlhdr), in net_shaper_nl_group_doit()
/linux-6.15/net/core/
H A Ddrop_monitor.c180 genlmsg_end(skb, genlmsg_data(gnlh)); in reset_per_cpu_data()
236 nla = genlmsg_data(nlmsg_data(nlh)); in trace_drop_common()
H A Dnetdev-genl.c918 genlmsg_data(info->genlhdr), in netdev_nl_bind_rx_doit()
/linux-6.15/net/openvswitch/
H A Ddatapath.c1456 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); in ovs_flow_cmd_dump()
2486 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); in ovs_vport_cmd_dump()
/linux-6.15/drivers/block/drbd/
H A Ddrbd_nl.c90 genlmsg_end(skb, genlmsg_data(nlmsg_data(nlmsg_hdr(skb)))); in drbd_adm_send_reply()