/linux-6.3-rc2/drivers/connector/ |
A D | connector.c | 136 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-6.3-rc2/net/ieee802154/ |
A D | netlink.c | 47 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_mcast() 76 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_reply()
|
/linux-6.3-rc2/tools/power/x86/intel-speed-select/ |
A D | hfi-events.c | 126 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler() 192 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_event()
|
/linux-6.3-rc2/tools/lib/thermal/ |
A D | sampling.c | 13 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_thermal_sample()
|
A D | thermal_nl.c | 79 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl_family_handler()
|
A D | events.c | 23 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_thermal_event()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nfnetlink.c | 441 nlh = nlmsg_hdr(skb); in nfnetlink_rcv_batch() 542 netlink_ack(oskb, nlmsg_hdr(oskb), -ENOMEM, in nfnetlink_rcv_batch() 574 netlink_ack(oskb, nlmsg_hdr(oskb), err, NULL); in nfnetlink_rcv_batch() 645 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nfnetlink_rcv()
|
A D | nfnetlink_hook.c | 282 nl_dump_check_consistent(cb, nlmsg_hdr(nlskb)); in nfnl_hook_dump()
|
A D | nf_tables_api.c | 923 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_tables() 1746 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_chains() 3194 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in __nf_tables_dump_rules() 4253 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_sets() 7190 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_obj() 8114 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_flowtable() 8343 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nf_tables_gen_notify()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | scsi_netlink.c | 42 nlh = nlmsg_hdr(skb); in scsi_nl_rcv_msg()
|
/linux-6.3-rc2/net/hsr/ |
A D | hsr_netlink.c | 393 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL, NULL); in hsr_get_node_status() 484 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL, NULL); in hsr_get_node_list()
|
/linux-6.3-rc2/kernel/ |
A D | audit.c | 532 struct nlmsghdr *nlh = nlmsg_hdr(skb); in kauditd_printk_skb() 821 nlh = nlmsg_hdr(copy); in kauditd_send_multicast_skb() 1111 seq = nlmsg_hdr(skb)->nlmsg_seq; in audit_get_feature() 1552 nlh = nlmsg_hdr(skb); in audit_receive() 2422 nlh = nlmsg_hdr(skb); in audit_log_end()
|
A D | taskstats.c | 99 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_reply() 113 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_cpu_listeners()
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | netlink.c | 218 nlh = nlmsg_hdr(skb); in rdma_nl_rcv_skb()
|
/linux-6.3-rc2/net/ethtool/ |
A D | tunnels.c | 295 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in ethnl_tunnel_info_dumpit()
|
A D | netlink.c | 538 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in ethnl_default_dumpit()
|
/linux-6.3-rc2/include/linux/ |
A D | netlink.h | 16 static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb) in nlmsg_hdr() function
|
/linux-6.3-rc2/net/tipc/ |
A D | netlink_compat.c | 225 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit() 1331 rep_nlh = nlmsg_hdr(msg.rep); in tipc_nl_compat_recv()
|
/linux-6.3-rc2/net/ipv4/ |
A D | fib_frontend.c | 1379 nlh = nlmsg_hdr(skb); in nl_fib_input() 1388 nlh = nlmsg_hdr(skb); in nl_fib_input()
|
A D | devinet.c | 1797 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in in_dev_dump_addr() 2280 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet_netconf_dump_devconf()
|
A D | nexthop.c | 3232 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtm_dump_nexthop() 3445 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtm_dump_nexthop_bucket()
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_core.c | 1471 struct nlmsghdr *nlh = nlmsg_hdr(cb->skb); in ip_set_dump_start() 1710 struct nlmsghdr *rep, *nlh = nlmsg_hdr(skb); in call_ad()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_user.c | 1286 int err = xtr->alloc_compat(skb, nlmsg_hdr(skb)); in xfrm_nlmsg_multicast() 1581 err = xtr->alloc_compat(skb, nlmsg_hdr(skb)); in xfrm_alloc_userspi()
|
/linux-6.3-rc2/net/mpls/ |
A D | af_mpls.c | 1349 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in mpls_netconf_dump_devconf()
|
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 2255 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_dump_ifinfo() 5951 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_stats_dump()
|