Searched refs:nlh (Results 1 - 2 of 2) sorted by relevance

/security/selinux/
H A Dnetlink.c46 static void selnl_add_payload(struct nlmsghdr *nlh, int len, int msgtype, void *data) argument
50 struct selnl_msg_setenforce *msg = nlmsg_data(nlh);
58 struct selnl_msg_policyload *msg = nlmsg_data(nlh);
75 struct nlmsghdr *nlh; local
84 nlh = nlmsg_put(skb, 0, 0, msgtype, len, 0);
85 if (!nlh)
87 selnl_add_payload(nlh, len, msgtype, data);
88 nlh->nlmsg_len = skb->tail - tmp;
H A Dhooks.c4806 struct nlmsghdr *nlh; local
4813 nlh = nlmsg_hdr(skb);
4815 err = selinux_nlmsg_lookup(sksec->sclass, nlh->nlmsg_type, &perm);
4821 sk->sk_protocol, nlh->nlmsg_type, sksec->sclass);

Completed in 52 milliseconds