Searched refs:nlhdr (Results 1 – 14 of 14) sorted by relevance
/linux/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/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/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/fs/nfsd/ |
H A D | nfsctl.c | 1624 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_rpc_status_get_dumpit() 1639 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_rpc_status_get_dumpit() 1785 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_threads_get_doit() 1942 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_version_get_doit() 2010 nlmsg_for_each_attr(attr, info->nlhdr, GENL_HDRLEN, rem) { in nfsd_nl_listener_set_doit()
|
/linux/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/drivers/net/ |
H A D | gtp.c | 1884 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) in gtp_pdp_add() 1886 if (info->nlhdr->nlmsg_flags & NLM_F_REPLACE) in gtp_pdp_add() 2256 0, info->nlhdr->nlmsg_type, pctx); in gtp_genl_get_pdp()
|
/linux/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/net/tipc/ |
H A D | netlink_compat.c | 1333 memcpy(rep_nlh, info->nlhdr, len); in tipc_nl_compat_recv()
|
/linux/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/net/wireless/ |
H A D | nl80211.c | 11851 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); in __cfg80211_send_event_skb() local 11861 if (nlhdr->nlmsg_pid) { in __cfg80211_send_event_skb() 11863 nlhdr->nlmsg_pid); in __cfg80211_send_event_skb()
|