Searched refs:nlhdr (Results 1 – 13 of 13) sorted by relevance
/linux/net/ncsi/ |
A D | ncsi-netlink.h | 22 struct nlmsghdr *nlhdr,
|
A D | ncsi-cmd.c | 365 nr->nlhdr = *nca->info->nlhdr; in ncsi_xmit_cmd()
|
A D | ncsi-netlink.c | 475 info->nlhdr, in ncsi_send_cmd_nl() 566 struct nlmsghdr *nlhdr, in ncsi_send_netlink_err() argument 584 memcpy(&nle->msg, nlhdr, sizeof(*nlh)); in ncsi_send_netlink_err()
|
A D | internal.h | 269 struct nlmsghdr nlhdr; /* netlink message header */ member
|
A D | ncsi-rsp.c | 1233 &nr->nlhdr, in ncsi_rcv_rsp()
|
/linux/net/ieee802154/ |
A 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/include/net/ |
A D | genetlink.h | 88 struct nlmsghdr * nlhdr; member
|
/linux/drivers/net/ |
A D | gtp.c | 967 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) in gtp_pdp_add() 969 if (info->nlhdr->nlmsg_flags & NLM_F_REPLACE) in gtp_pdp_add() 1277 0, info->nlhdr->nlmsg_type, pctx); in gtp_genl_get_pdp()
|
/linux/net/netlink/ |
A D | genetlink.c | 717 info.nlhdr = nlh; in genl_family_rcv_msg_doit() 1497 nlmsg_report(info->nlhdr), flags); in genl_notify()
|
/linux/net/openvswitch/ |
A D | datapath.c | 75 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify() 1042 if (unlikely(info->nlhdr->nlmsg_flags & (NLM_F_CREATE in ovs_flow_cmd_new()
|
/linux/net/tipc/ |
A D | netlink_compat.c | 1336 memcpy(rep_nlh, info->nlhdr, len); in tipc_nl_compat_recv()
|
/linux/drivers/block/drbd/ |
A D | drbd_nl.c | 4297 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) { in drbd_adm_new_resource() 4359 if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) in drbd_adm_new_minor()
|
/linux/net/wireless/ |
A D | nl80211.c | 10744 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); in __cfg80211_send_event_skb() local 10754 if (nlhdr->nlmsg_pid) { in __cfg80211_send_event_skb() 10756 nlhdr->nlmsg_pid); in __cfg80211_send_event_skb()
|
Completed in 61 milliseconds