Searched refs:nlmsg_hdr (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/drivers/connector/ |
D | connector.c | 147 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb)); in cn_call_callback() 152 nlh = nlmsg_hdr(skb); in cn_call_callback() 187 nlh = nlmsg_hdr(skb); in cn_rx_skb()
|
/linux-4.1.27/net/ieee802154/ |
D | netlink.c | 63 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_mcast() 92 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_reply()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_netlink.c | 56 nlh = nlmsg_hdr(skb); in scsi_nl_rcv_msg()
|
D | scsi_transport_iscsi.c | 3695 nlh = nlmsg_hdr(skb); in iscsi_if_rx()
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink.c | 320 nlh = nlmsg_hdr(skb); in nfnetlink_rcv_batch() 404 netlink_ack(skb, nlmsg_hdr(oskb), -ENOMEM); in nfnetlink_rcv_batch() 434 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nfnetlink_rcv()
|
D | nf_tables_api.c | 496 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_tables() 1046 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_chains() 1846 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_rules() 2528 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in nf_tables_dump_sets() 3638 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nf_tables_gen_notify()
|
/linux-4.1.27/net/decnet/netfilter/ |
D | dn_rtmsg.c | 103 struct nlmsghdr *nlh = nlmsg_hdr(skb); in dnrmg_receive_user_skb()
|
/linux-4.1.27/net/hsr/ |
D | hsr_netlink.c | 354 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL); in hsr_get_node_status() 436 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL); in hsr_get_node_list()
|
/linux-4.1.27/kernel/ |
D | audit.c | 194 struct nlmsghdr *nlh = nlmsg_hdr(ab->skb); in audit_set_portid() 394 struct nlmsghdr *nlh = nlmsg_hdr(skb); in audit_printk_skb() 718 seq = nlmsg_hdr(skb)->nlmsg_seq; in audit_get_feature() 747 uaf = nlmsg_data(nlmsg_hdr(skb)); in audit_set_feature() 1082 nlh = nlmsg_hdr(skb); in audit_receive_skb() 1953 struct nlmsghdr *nlh = nlmsg_hdr(ab->skb); in audit_log_end()
|
D | taskstats.c | 112 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_reply() 126 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb)); in send_cpu_listeners()
|
/linux-4.1.27/include/linux/ |
D | netlink.h | 13 static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb) in nlmsg_hdr() function
|
/linux-4.1.27/net/tipc/ |
D | netlink_compat.c | 192 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit() 1043 rep_nlh = nlmsg_hdr(msg.rep); in tipc_nl_compat_recv()
|
/linux-4.1.27/net/ipv4/ |
D | fib_frontend.c | 1027 nlh = nlmsg_hdr(skb); in nl_fib_input() 1035 nlh = nlmsg_hdr(skb); in nl_fib_input()
|
D | devinet.c | 1605 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet_dump_ifaddr() 1921 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet_netconf_dump_devconf()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 1205 struct nlmsghdr *nlh = nlmsg_hdr(cb->skb); in dump_init() 1259 nlh = nlmsg_hdr(cb->skb); in ip_set_dump_start() 1422 struct nlmsghdr *rep, *nlh = nlmsg_hdr(skb); in call_ad()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 651 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in inet6_netconf_dump_devconf() 4357 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in in6_dump_addrs()
|
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 1366 nl_dump_check_consistent(cb, nlmsg_hdr(skb)); in rtnl_dump_ifinfo()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 2894 nlh = nlmsg_hdr(skb); in netlink_rcv_skb()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_nl.c | 88 genlmsg_end(skb, genlmsg_data(nlmsg_data(nlmsg_hdr(skb)))); in drbd_adm_send_reply()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 4766 nlh = nlmsg_hdr(skb); in selinux_nlmsg_perm()
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 10326 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nl80211_post_doit()
|