Home
last modified time | relevance | path

Searched refs:nlmsg_perm (Results 1 – 1 of 1) sorted by relevance

/security/selinux/
A Dnlmsgtab.c23 struct nlmsg_perm { struct
28 static const struct nlmsg_perm nlmsg_route_perms[] = { argument
99 static const struct nlmsg_perm nlmsg_tcpdiag_perms[] = {
105 static const struct nlmsg_perm nlmsg_xfrm_perms[] = {
133 static const struct nlmsg_perm nlmsg_audit_perms[] = {
152 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, in nlmsg_perm() function
158 for (i = 0; i < tabsize / sizeof(struct nlmsg_perm); i++) in nlmsg_perm()
190 return nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms, in selinux_nlmsg_lookup()
198 return nlmsg_perm(nlmsg_type, perm, nlmsg_tcpdiag_perms, in selinux_nlmsg_lookup()
212 return nlmsg_perm(nlmsg_type, perm, nlmsg_xfrm_perms, in selinux_nlmsg_lookup()
[all …]

Completed in 2 milliseconds