| /linux-6.15/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 78 struct nlmsghdr nlhdr; member 83 .nlhdr = { 150 struct nlmsghdr nlhdr; member 156 .nlhdr = {
|
| /linux-6.15/net/ncsi/ |
| H A D | ncsi-netlink.h | 22 const struct nlmsghdr *nlhdr,
|
| H A D | ncsi-cmd.c | 367 nr->nlhdr = *nca->info->nlhdr; in ncsi_xmit_cmd()
|
| H A D | ncsi-netlink.c | 475 info->nlhdr, in ncsi_send_cmd_nl() 566 const struct nlmsghdr *nlhdr, in ncsi_send_netlink_err() argument 584 memcpy(&nle->msg, nlhdr, sizeof(*nlh)); in ncsi_send_netlink_err()
|
| H A D | internal.h | 272 struct nlmsghdr nlhdr; /* netlink message header */ member
|
| H A D | ncsi-rsp.c | 1238 &nr->nlhdr, in ncsi_rcv_rsp()
|
| /linux-6.15/net/handshake/ |
| H A D | tlshd.c | 64 struct nlattr *head = nlmsg_attrdata(info->nlhdr, GENL_HDRLEN); in tls_handshake_remote_peerids() 65 int rem, len = nlmsg_attrlen(info->nlhdr, GENL_HDRLEN); in tls_handshake_remote_peerids()
|
| /linux-6.15/include/net/ |
| H A D | genetlink.h | 135 const struct nlmsghdr * nlhdr; member 326 return !info->nlhdr; in genl_info_is_ntf()
|
| /linux-6.15/net/ieee802154/ |
| H A D | nl-mac.c | 878 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_key() 1013 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_dev() 1118 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_devkey() 1252 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_seclevel()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfsctl.c | 1624 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_threads_set_doit() 1639 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_threads_set_doit() 1785 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_version_set_doit() 1943 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_listener_set_doit() 2005 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_listener_set_doit()
|
| /linux-6.15/net/netlink/ |
| H A D | genetlink.c | 995 info->info.nlhdr = cb->nlh; in genl_start() 1102 info.nlhdr = nlh; in genl_family_rcv_msg_doit() 1992 nlmsg_report(info->nlhdr), flags); in genl_notify()
|
| /linux-6.15/drivers/net/ |
| H A D | gtp.c | 1886 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) in gtp_pdp_add() 1888 if (info->nlhdr->nlmsg_flags & NLM_F_REPLACE) in gtp_pdp_add() 2258 0, info->nlhdr->nlmsg_type, pctx); in gtp_genl_get_pdp()
|
| /linux-6.15/net/openvswitch/ |
| H A D | datapath.c | 77 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify() 1078 if (unlikely(info->nlhdr->nlmsg_flags & (NLM_F_CREATE in ovs_flow_cmd_new()
|
| /linux-6.15/net/tipc/ |
| H A D | netlink_compat.c | 1333 memcpy(rep_nlh, info->nlhdr, len); in tipc_nl_compat_recv()
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_nl.c | 4232 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) { in drbd_adm_new_resource() 4294 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) in drbd_adm_new_minor()
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 11869 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); in __cfg80211_send_event_skb() local 11879 if (nlhdr->nlmsg_pid) { in __cfg80211_send_event_skb() 11881 nlhdr->nlmsg_pid); in __cfg80211_send_event_skb()
|