Searched refs:nlhdr (Results 1 – 13 of 13) sorted by relevance
| /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/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 | 1629 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_THREADS, info->nlhdr, in nfsd_nl_threads_set_doit() 1642 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_THREADS, info->nlhdr, in nfsd_nl_threads_set_doit() 1802 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_PROTO_VERSION, info->nlhdr, in nfsd_nl_version_set_doit() 1958 nlmsg_for_each_attr_type(attr, NFSD_A_SERVER_SOCK_ADDR, info->nlhdr, in nfsd_nl_listener_set_doit() 2018 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() 1994 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 | 13352 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); in __cfg80211_send_event_skb() local 13362 if (nlhdr->nlmsg_pid) { in __cfg80211_send_event_skb() 13364 nlhdr->nlmsg_pid); in __cfg80211_send_event_skb() 16968 info->nlhdr, GENL_HDRLEN, rem) in nl80211_nan_set_peer_sched() 17001 info->nlhdr, GENL_HDRLEN, rem) { in nl80211_nan_set_peer_sched() 17129 info->nlhdr, GENL_HDRLEN, rem) in nl80211_nan_set_local_sched() 17140 info->nlhdr, GENL_HDRLEN, rem) { in nl80211_nan_set_local_sched()
|