Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/connector/
Dconnector.c140 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb)); in cn_call_callback()
145 nlh = nlmsg_hdr(skb); in cn_call_callback()
205 nlh = nlmsg_hdr(skb); in cn_rx_skb()
/Linux-v6.6/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-v6.6/tools/power/x86/intel-speed-select/
Dhfi-events.c126 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler()
192 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_event()
/Linux-v6.6/tools/lib/thermal/
Dsampling.c13 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_thermal_sample()
Dthermal_nl.c79 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl_family_handler()
Devents.c23 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_thermal_event()
/Linux-v6.6/net/netfilter/
Dnfnetlink.c441 nlh = nlmsg_hdr(skb); in nfnetlink_rcv_batch()
543 netlink_ack(oskb, nlmsg_hdr(oskb), -ENOMEM, in nfnetlink_rcv_batch()
575 netlink_ack(oskb, nlmsg_hdr(oskb), err, NULL); in nfnetlink_rcv_batch()
644 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nfnetlink_rcv()
Dnfnetlink_hook.c337 nl_dump_check_consistent(cb, nlmsg_hdr(nlskb)); in nfnl_hook_dump()
Dnf_tables_api.c1073 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_tables()
1912 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_chains()
3487 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in __nf_tables_dump_rules()
4623 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_sets()
7678 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_obj()
8641 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_flowtable()
8869 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nf_tables_gen_notify()
/Linux-v6.6/drivers/scsi/
Dscsi_netlink.c42 nlh = nlmsg_hdr(skb); in scsi_nl_rcv_msg()
/Linux-v6.6/net/hsr/
Dhsr_netlink.c393 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-v6.6/kernel/
Daudit.c531 struct nlmsghdr *nlh = nlmsg_hdr(skb); in kauditd_printk_skb()
820 nlh = nlmsg_hdr(copy); in kauditd_send_multicast_skb()
1110 seq = nlmsg_hdr(skb)->nlmsg_seq; in audit_get_feature()
1551 nlh = nlmsg_hdr(skb); in audit_receive()
2421 nlh = nlmsg_hdr(skb); in audit_log_end()
Dtaskstats.c99 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-v6.6/drivers/infiniband/core/
Dnetlink.c218 nlh = nlmsg_hdr(skb); in rdma_nl_rcv_skb()
/Linux-v6.6/include/linux/
Dnetlink.h16 static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb) in nlmsg_hdr() function
/Linux-v6.6/net/tipc/
Dnetlink_compat.c225 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-v6.6/net/ipv4/
Dfib_frontend.c1382 nlh = nlmsg_hdr(skb); in nl_fib_input()
1391 nlh = nlmsg_hdr(skb); in nl_fib_input()
Ddevinet.c1817 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in in_dev_dump_addr()
2300 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet_netconf_dump_devconf()
Dnexthop.c3250 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtm_dump_nexthop()
3448 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtm_dump_nexthop_bucket()
/Linux-v6.6/net/netfilter/ipset/
Dip_set_core.c1477 struct nlmsghdr *nlh = nlmsg_hdr(cb->skb); in ip_set_dump_start()
1724 struct nlmsghdr *rep, *nlh = nlmsg_hdr(skb); in call_ad()
/Linux-v6.6/net/xfrm/
Dxfrm_user.c1334 int err = xtr->alloc_compat(skb, nlmsg_hdr(skb)); in xfrm_nlmsg_multicast()
1629 err = xtr->alloc_compat(skb, nlmsg_hdr(skb)); in xfrm_alloc_userspi()
/Linux-v6.6/net/mpls/
Daf_mpls.c1350 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in mpls_netconf_dump_devconf()
/Linux-v6.6/net/netlink/
Daf_netlink.c2531 nlh = nlmsg_hdr(skb); in netlink_rcv_skb()
/Linux-v6.6/net/core/
Drtnetlink.c2263 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_dump_ifinfo()
6008 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_stats_dump()
/Linux-v6.6/net/ipv6/
Daddrconf.c761 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet6_netconf_dump_devconf()
5215 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in in6_dump_addrs()

12