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

/linux-4.4.14/security/selinux/
H A Dnlmsgtab.c26 struct nlmsg_perm { struct
31 static struct nlmsg_perm nlmsg_route_perms[] =
81 static struct nlmsg_perm nlmsg_tcpdiag_perms[] =
88 static struct nlmsg_perm nlmsg_xfrm_perms[] =
115 static struct nlmsg_perm nlmsg_audit_perms[] =
136 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, struct nlmsg_perm *tab, size_t tabsize) nlmsg_perm() function
140 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++) nlmsg_perm()
158 err = nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms, selinux_nlmsg_lookup()
163 err = nlmsg_perm(nlmsg_type, perm, nlmsg_tcpdiag_perms, selinux_nlmsg_lookup()
169 err = nlmsg_perm(nlmsg_type, perm, nlmsg_xfrm_perms, selinux_nlmsg_lookup()
180 err = nlmsg_perm(nlmsg_type, perm, nlmsg_audit_perms, selinux_nlmsg_lookup()

Completed in 39 milliseconds