| /linux/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 91 struct nlmsghdr nlhdr; member 96 .nlhdr = { 174 struct nlmsghdr nlhdr; member 180 .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 | 271 struct nlmsghdr nlhdr; /* netlink message header */ member
|
| H A D | ncsi-rsp.c | 1242 &nr->nlhdr, in ncsi_rcv_rsp()
|
| /linux/include/net/ |
| H A D | genetlink.h | 135 const struct nlmsghdr * nlhdr; member 326 return !info->nlhdr; in genl_info_is_ntf()
|
| /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 | 1656 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_THREADS, info->nlhdr, in nfsd_nl_threads_set_doit() 1669 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_THREADS, info->nlhdr, in nfsd_nl_threads_set_doit() 1828 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_PROTO_VERSION, info->nlhdr, in nfsd_nl_version_set_doit() 1984 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_SOCK_ADDR, info->nlhdr, in nfsd_nl_listener_set_doit() 2044 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_SOCK_ADDR, info->nlhdr, in nfsd_nl_listener_set_doit()
|
| /linux/net/netlink/ |
| H A D | genetlink.c | 994 info->info.nlhdr = cb->nlh; in genl_start() 1101 info.nlhdr = nlh; in genl_family_rcv_msg_doit() 1998 nlmsg_report(info->nlhdr), flags); in genl_notify()
|
| /linux/net/devlink/ |
| H A D | rate.c | 393 nlmsg_for_each_attr_type(attr, DEVLINK_ATTR_RATE_TC_BWS, info->nlhdr, in devlink_nl_rate_tc_bw_set()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 77 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify() 1108 if (unlikely(info->nlhdr->nlmsg_flags & (NLM_F_CREATE in ovs_flow_cmd_new()
|
| /linux/net/tipc/ |
| H A D | netlink_compat.c | 1330 memcpy(rep_nlh, info->nlhdr, len); in tipc_nl_compat_recv()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 13651 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); in nl80211_connect() 13661 if (nlhdr->nlmsg_pid) { in nl80211_connect() 13663 nlhdr->nlmsg_pid); in nl80211_connect() 17343 info->nlhdr, GENL_HDRLEN, rem) in nl80211_vendor_cmd() 17376 info->nlhdr, GENL_HDRLEN, rem) { in nl80211_vendor_cmd() 17504 info->nlhdr, GENL_HDRLEN, rem) in nl80211_prepare_vendor_dump() 17515 info->nlhdr, GENL_HDRLEN, rem) { in nl80211_vendor_cmd_dump() 13361 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); __cfg80211_send_event_skb() local
|