Home
last modified time | relevance | path

Searched refs:nlmsg_hdr (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/drivers/connector/
Dconnector.c136 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb)); in cn_call_callback()
141 nlh = nlmsg_hdr(skb); in cn_call_callback()
176 nlh = nlmsg_hdr(skb); in cn_rx_skb()
/Linux-v5.4/net/ieee802154/
Dnetlink.c47 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_mcast()
76 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_reply()
/Linux-v5.4/net/netfilter/
Dnfnetlink.c367 nlh = nlmsg_hdr(skb); in nfnetlink_rcv_batch()
459 netlink_ack(oskb, nlmsg_hdr(oskb), -ENOMEM, in nfnetlink_rcv_batch()
491 netlink_ack(oskb, nlmsg_hdr(oskb), err, NULL); in nfnetlink_rcv_batch()
548 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nfnetlink_rcv()
Dnf_tables_api.c659 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_tables()
1358 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_chains()
2426 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in __nf_tables_dump_rules()
3413 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_sets()
5350 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_obj()
6036 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_flowtable()
6254 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nf_tables_gen_notify()
/Linux-v5.4/drivers/scsi/
Dscsi_netlink.c42 nlh = nlmsg_hdr(skb); in scsi_nl_rcv_msg()
Dscsi_transport_iscsi.c3686 nlh = nlmsg_hdr(skb); in iscsi_if_rx()
/Linux-v5.4/net/decnet/netfilter/
Ddn_rtmsg.c101 struct nlmsghdr *nlh = nlmsg_hdr(skb); in dnrmg_receive_user_skb()
/Linux-v5.4/net/hsr/
Dhsr_netlink.c346 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL, NULL); in hsr_get_node_status()
426 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL, NULL); in hsr_get_node_list()
/Linux-v5.4/kernel/
Daudit.c528 struct nlmsghdr *nlh = nlmsg_hdr(skb); in kauditd_printk_skb()
795 nlh = nlmsg_hdr(copy); in kauditd_send_multicast_skb()
1078 seq = nlmsg_hdr(skb)->nlmsg_seq; in audit_get_feature()
1109 uaf = nlmsg_data(nlmsg_hdr(skb)); in audit_set_feature()
1507 nlh = nlmsg_hdr(skb); in audit_receive()
2313 nlh = nlmsg_hdr(skb); in audit_log_end()
Dtaskstats.c102 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_reply()
116 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_cpu_listeners()
/Linux-v5.4/include/linux/
Dnetlink.h14 static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb) in nlmsg_hdr() function
/Linux-v5.4/drivers/infiniband/core/
Dnetlink.c218 nlh = nlmsg_hdr(skb); in rdma_nl_rcv_skb()
/Linux-v5.4/net/tipc/
Dnetlink_compat.c209 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit()
1302 rep_nlh = nlmsg_hdr(msg.rep); in tipc_nl_compat_recv()
/Linux-v5.4/net/netfilter/ipset/
Dip_set_core.c1298 struct nlmsghdr *nlh = nlmsg_hdr(cb->skb); in dump_init()
1353 nlh = nlmsg_hdr(cb->skb); in ip_set_dump_start()
1537 struct nlmsghdr *rep, *nlh = nlmsg_hdr(skb); in call_ad()
/Linux-v5.4/net/ipv4/
Dfib_frontend.c1369 nlh = nlmsg_hdr(skb); in nl_fib_input()
1378 nlh = nlmsg_hdr(skb); in nl_fib_input()
Ddevinet.c1789 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in in_dev_dump_addr()
2270 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet_netconf_dump_devconf()
Dnexthop.c1733 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtm_dump_nexthop()
/Linux-v5.4/net/core/
Drtnetlink.c2022 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_dump_ifinfo()
5130 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_stats_dump()
/Linux-v5.4/net/mpls/
Daf_mpls.c1349 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in mpls_netconf_dump_devconf()
/Linux-v5.4/net/netlink/
Daf_netlink.c2463 nlh = nlmsg_hdr(skb); in netlink_rcv_skb()
/Linux-v5.4/net/ipv6/
Daddrconf.c752 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet6_netconf_dump_devconf()
5024 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in in6_dump_addrs()
/Linux-v5.4/drivers/block/drbd/
Ddrbd_nl.c90 genlmsg_end(skb, genlmsg_data(nlmsg_data(nlmsg_hdr(skb)))); in drbd_adm_send_reply()
/Linux-v5.4/security/selinux/
Dhooks.c5521 nlh = nlmsg_hdr(skb); in selinux_nlmsg_perm()
/Linux-v5.4/net/wireless/
Dnl80211.c9721 struct nlmsghdr *nlhdr = nlmsg_hdr(skb); in __cfg80211_send_event_skb()
13890 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nl80211_post_doit()