Searched refs:nlhdr (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/net/ncsi/ |
D | ncsi-netlink.h | 22 const struct nlmsghdr *nlhdr,
|
D | ncsi-cmd.c | 366 nr->nlhdr = *nca->info->nlhdr; in ncsi_xmit_cmd()
|
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()
|
D | internal.h | 272 struct nlmsghdr nlhdr; /* netlink message header */ member
|
D | ncsi-rsp.c | 1206 &nr->nlhdr, in ncsi_rcv_rsp()
|
/linux-6.6.21/include/net/ |
D | genetlink.h | 110 const struct nlmsghdr * nlhdr; member 298 return !info->nlhdr; in genl_info_is_ntf()
|
/linux-6.6.21/net/handshake/ |
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.6.21/net/ieee802154/ |
D | nl-mac.c | 887 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_key() 1022 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_dev() 1127 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_devkey() 1261 if ((info->nlhdr->nlmsg_flags & (NLM_F_CREATE | NLM_F_EXCL)) != in ieee802154_llsec_add_seclevel()
|
/linux-6.6.21/net/netlink/ |
D | genetlink.c | 851 info->info.nlhdr = cb->nlh; in genl_start() 958 info.nlhdr = nlh; in genl_family_rcv_msg_doit() 1815 nlmsg_report(info->nlhdr), flags); in genl_notify()
|
/linux-6.6.21/drivers/net/ |
D | gtp.c | 1365 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) in gtp_pdp_add() 1367 if (info->nlhdr->nlmsg_flags & NLM_F_REPLACE) in gtp_pdp_add() 1665 0, info->nlhdr->nlmsg_type, pctx); in gtp_genl_get_pdp()
|
/linux-6.6.21/net/openvswitch/ |
D | datapath.c | 78 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify() 1079 if (unlikely(info->nlhdr->nlmsg_flags & (NLM_F_CREATE in ovs_flow_cmd_new()
|
/linux-6.6.21/net/tipc/ |
D | netlink_compat.c | 1333 memcpy(rep_nlh, info->nlhdr, len); in tipc_nl_compat_recv()
|
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_nl.c | 4241 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) { in drbd_adm_new_resource() 4303 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) in drbd_adm_new_minor()
|
/linux-6.6.21/net/wireless/ |
D | nl80211.c | 11647 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); in __cfg80211_send_event_skb() local 11657 if (nlhdr->nlmsg_pid) { in __cfg80211_send_event_skb() 11659 nlhdr->nlmsg_pid); in __cfg80211_send_event_skb()
|