Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/connector/
H A 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()
/openbmc/linux/net/ieee802154/
H A Dnetlink.c47 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_mcast()
76 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_reply()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c126 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler()
192 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_event()
/openbmc/linux/tools/lib/thermal/
H A Dsampling.c13 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_thermal_sample()
H A Dthermal_nl.c79 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl_family_handler()
H A Devents.c23 struct nlmsghdr *nlh = nlmsg_hdr(n); in handle_thermal_event()
/openbmc/linux/drivers/scsi/
H A Dscsi_netlink.c42 nlh = nlmsg_hdr(skb); in scsi_nl_rcv_msg()
/openbmc/linux/net/netfilter/
H A 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()
H A Dnfnetlink_hook.c337 nl_dump_check_consistent(cb, nlmsg_hdr(nlskb)); in nfnl_hook_dump()
H A Dnf_tables_api.c1076 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_tables()
1936 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_chains()
3536 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in __nf_tables_dump_rules()
4675 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_sets()
7767 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_obj()
8735 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_flowtable()
8963 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nf_tables_gen_notify()
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp85 auto nlh = nlmsg_hdr(msg); in __anon66112f010102()
235 auto nlh = nlmsg_hdr(msg); in __anon66112f010202()
/openbmc/linux/net/hsr/
H A 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()
/openbmc/linux/kernel/
H A Daudit.c516 nlh = nlmsg_hdr(skb); in auditd_set()
542 struct nlmsghdr *nlh = nlmsg_hdr(skb); in kauditd_printk_skb()
831 nlh = nlmsg_hdr(copy); in kauditd_send_multicast_skb()
1121 seq = nlmsg_hdr(skb)->nlmsg_seq; in audit_get_feature()
1565 nlh = nlmsg_hdr(skb); in audit_receive()
2438 nlh = nlmsg_hdr(skb); in audit_log_end()
H A 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()
/openbmc/linux/drivers/infiniband/core/
H A Dnetlink.c218 nlh = nlmsg_hdr(skb); in rdma_nl_rcv_skb()
/openbmc/linux/include/linux/
H A Dnetlink.h16 static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb) in nlmsg_hdr() function
/openbmc/linux/net/tipc/
H A Dnetlink_compat.c226 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit()
1332 rep_nlh = nlmsg_hdr(msg.rep); in tipc_nl_compat_recv()
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c1382 nlh = nlmsg_hdr(skb); in nl_fib_input()
1391 nlh = nlmsg_hdr(skb); in nl_fib_input()
H A Ddevinet.c1817 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in in_dev_dump_addr()
2313 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet_netconf_dump_devconf()
H A 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()
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_core.c1511 struct nlmsghdr *nlh = nlmsg_hdr(cb->skb); in ip_set_dump_start()
1758 struct nlmsghdr *rep, *nlh = nlmsg_hdr(skb); in call_ad()
/openbmc/linux/net/xfrm/
H A 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()
/openbmc/linux/net/mpls/
H A Daf_mpls.c1350 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in mpls_netconf_dump_devconf()
/openbmc/linux/net/netlink/
H A Daf_netlink.c2531 nlh = nlmsg_hdr(skb); in netlink_rcv_skb()
/openbmc/linux/net/core/
H A Drtnetlink.c2263 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_dump_ifinfo()
6007 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_stats_dump()

12