Searched refs:nlh (Results 1 – 1 of 1) sorted by relevance
503 struct nlmsghdr *nlh; in auditd_set() local517 nlh = nlmsg_hdr(skb); in auditd_set()518 netlink_ack(skb, nlh, 0, NULL); in auditd_set()543 struct nlmsghdr *nlh = nlmsg_hdr(skb); in kauditd_printk_skb() local544 char *data = nlmsg_data(nlh); in kauditd_printk_skb()546 if (nlh->nlmsg_type != AUDIT_EOE && printk_ratelimit()) in kauditd_printk_skb()547 pr_notice("type=%d %s\n", nlh->nlmsg_type, data); in kauditd_printk_skb()811 struct nlmsghdr *nlh; in kauditd_send_multicast_skb() local832 nlh = nlmsg_hdr(copy); in kauditd_send_multicast_skb()833 nlh->nlmsg_len = skb->len; in kauditd_send_multicast_skb()[all …]