/linux-6.3-rc2/include/uapi/linux/ |
A D | genetlink.h | 13 struct genlmsghdr { struct 19 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr)) argument
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | pm_nl_ctl.c | 54 struct genlmsghdr *gh; in init_genl_req() 103 struct genlmsghdr *ghdr; 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() 618 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + in announce_addr() 745 NLMSG_ALIGN(sizeof(struct genlmsghdr)) + in add_addr() [all …]
|
/linux-6.3-rc2/include/net/ |
A D | genetlink.h | 108 struct genlmsghdr * genlhdr; 450 static inline void *genlmsg_data(const struct genlmsghdr *gnlh) in genlmsg_data() 459 static inline int genlmsg_len(const struct genlmsghdr *gnlh) in genlmsg_len()
|
/linux-6.3-rc2/tools/power/x86/intel-speed-select/ |
A D | hfi-events.c | 126 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler() 193 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_event()
|
/linux-6.3-rc2/tools/lib/thermal/ |
A D | sampling.c | 14 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_thermal_sample()
|
A D | thermal_nl.c | 79 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl_family_handler()
|
A D | events.c | 24 struct genlmsghdr *genlhdr = genlmsg_hdr(nlh); in handle_thermal_event()
|
/linux-6.3-rc2/tools/testing/selftests/nci/ |
A D | nci_dev.c | 86 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-6.3-rc2/Documentation/translations/zh_CN/accounting/ |
A D | taskstats.rst | 66 | nlmsghdr | Pad | genlmsghdr | taskstats payload |
|
/linux-6.3-rc2/tools/accounting/ |
A D | procacct.c | 80 struct genlmsghdr g; 173 struct genlmsghdr g; in get_family_id()
|
A D | getdelays.c | 68 struct genlmsghdr g; 166 struct genlmsghdr g; in get_family_id()
|
/linux-6.3-rc2/fs/dlm/ |
A D | netlink.c | 50 struct genlmsghdr *genlhdr = nlmsg_data((struct nlmsghdr *)skb->data); in send_data()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | nlattr.h | 62 struct genlmsghdr gnl;
|
A D | netlink.c | 251 struct genlmsghdr *gnl = NLMSG_DATA(nh); in parse_genl_family_id() 407 struct genlmsghdr *gnl = NLMSG_DATA(nh); in parse_xdp_features()
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | intro.rst | 106 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-6.3-rc2/fs/cifs/ |
A D | cifs_swn.c | 79 struct genlmsghdr *hdr; in cifs_swn_send_register_message() 185 struct genlmsghdr *hdr; in cifs_swn_send_unregister_message()
|
/linux-6.3-rc2/kernel/ |
A D | taskstats.c | 99 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-6.3-rc2/Documentation/networking/ |
A D | l2tp.rst | 274 struct genlmsghdr *gnlh; 295 struct genlmsghdr *gnlh; 319 struct genlmsghdr *gnlh; 337 struct genlmsghdr *gnlh;
|
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 737 struct genlmsghdr *hdr; in genlmsg_put() 980 struct nlmsghdr *nlh, struct genlmsghdr *hdr, in genl_header_check() 1015 struct genlmsghdr *hdr = nlmsg_data(nlh); in genl_family_rcv_msg()
|
/linux-6.3-rc2/net/core/ |
A D | drop_monitor.c | 175 struct genlmsghdr *gnlh = (struct genlmsghdr *)nlmsg_data(nlh); in reset_per_cpu_data()
|
/linux-6.3-rc2/Documentation/accounting/ |
A D | taskstats.rst | 72 | nlmsghdr | Pad | genlmsghdr | taskstats payload |
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | transport_ipc.c | 424 struct genlmsghdr *nlh; in ipc_msg_send()
|
/linux-6.3-rc2/net/ethtool/ |
A D | netlink.c | 551 struct genlmsghdr *ghdr; in ethnl_default_start()
|
/linux-6.3-rc2/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 5509 struct genlmsghdr *gnlh; in hwsim_virtio_handle_cmd()
|