Home
last modified time | relevance | path

Searched refs:genlmsghdr (Results 1 – 22 of 22) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dgenetlink.h13 struct genlmsghdr { struct
19 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr)) argument
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c54 struct genlmsghdr *gh; in init_genl_req()
102 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + 1024]; in capture_events()
103 struct genlmsghdr *ghdr; in capture_events()
119 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + 1024; in capture_events()
136 ghdr = (struct genlmsghdr *)NLMSG_DATA(nh); in capture_events()
237 struct genlmsghdr *ghdr = NLMSG_DATA(nlh); in genl_parse_getfamily()
306 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + in resolve_mptcp_pm_netlink()
331 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + in dsf()
443 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + in csf()
569 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + in remove_addr()
[all …]
/Linux-v6.1/include/net/
Dgenetlink.h102 struct genlmsghdr * genlhdr;
389 static inline void *genlmsg_data(const struct genlmsghdr *gnlh) in genlmsg_data()
398 static inline int genlmsg_len(const struct genlmsghdr *gnlh) in genlmsg_len()
/Linux-v6.1/tools/power/x86/intel-speed-select/
Dhfi-events.c126 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler()
193 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_event()
/Linux-v6.1/tools/testing/selftests/nci/
Dnci_dev.c86 struct genlmsghdr g;
180 struct genlmsghdr g; in get_family_id()
642 struct genlmsghdr g; in get_taginfo()
721 struct genlmsghdr *genlhdr; in connect_tag()
733 genlhdr = (struct genlmsghdr *)((struct nlmsghdr *)evt_data + 1); in connect_tag()
/Linux-v6.1/tools/lib/thermal/
Dsampling.c14 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_thermal_sample()
Dthermal_nl.c79 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl_family_handler()
Devents.c24 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_thermal_event()
/Linux-v6.1/Documentation/translations/zh_CN/accounting/
Dtaskstats.rst66 | nlmsghdr | Pad | genlmsghdr | taskstats payload |
/Linux-v6.1/tools/accounting/
Dprocacct.c80 struct genlmsghdr g;
173 struct genlmsghdr g; in get_family_id()
Dgetdelays.c68 struct genlmsghdr g;
166 struct genlmsghdr g; in get_family_id()
/Linux-v6.1/fs/dlm/
Dnetlink.c50 struct genlmsghdr *genlhdr = nlmsg_data((struct nlmsghdr *)skb->data); in send_data()
/Linux-v6.1/Documentation/userspace-api/netlink/
Dintro.rst106 header is struct genlmsghdr.
119 struct genlmsghdr {
130 identify the subsystem, and :c:member:`genlmsghdr.cmd` identifies
166 The expected use for :c:member:`genlmsghdr.version` was to allow
266 struct genlmsghdr:
296 struct genlmsghdr:
453 struct genlmsghdr:
560 3. Generic Netlink is a family for AF_NETLINK (struct genlmsghdr follows
/Linux-v6.1/fs/cifs/
Dcifs_swn.c79 struct genlmsghdr *hdr; in cifs_swn_send_register_message()
185 struct genlmsghdr *hdr; in cifs_swn_send_unregister_message()
/Linux-v6.1/kernel/
Dtaskstats.c99 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_reply()
113 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_cpu_listeners()
/Linux-v6.1/net/netlink/
Dgenetlink.c517 struct genlmsghdr *hdr; in genlmsg_put()
768 struct nlmsghdr *nlh, struct genlmsghdr *hdr, in genl_header_check()
803 struct genlmsghdr *hdr = nlmsg_data(nlh); in genl_family_rcv_msg()
/Linux-v6.1/Documentation/networking/
Dl2tp.rst274 struct genlmsghdr *gnlh;
295 struct genlmsghdr *gnlh;
319 struct genlmsghdr *gnlh;
337 struct genlmsghdr *gnlh;
/Linux-v6.1/net/core/
Ddrop_monitor.c175 struct genlmsghdr *gnlh = (struct genlmsghdr *)nlmsg_data(nlh); in reset_per_cpu_data()
/Linux-v6.1/Documentation/accounting/
Dtaskstats.rst72 | nlmsghdr | Pad | genlmsghdr | taskstats payload |
/Linux-v6.1/fs/ksmbd/
Dtransport_ipc.c421 struct genlmsghdr *nlh; in ipc_msg_send()
/Linux-v6.1/net/ethtool/
Dnetlink.c532 struct genlmsghdr *ghdr; in ethnl_default_start()
/Linux-v6.1/drivers/net/wireless/
Dmac80211_hwsim.c5508 struct genlmsghdr *gnlh; in hwsim_virtio_handle_cmd()