nlmsg_perm         28 security/selinux/nlmsgtab.c static const struct nlmsg_perm nlmsg_route_perms[] =
nlmsg_perm         88 security/selinux/nlmsgtab.c static const struct nlmsg_perm nlmsg_tcpdiag_perms[] =
nlmsg_perm         96 security/selinux/nlmsgtab.c static const struct nlmsg_perm nlmsg_xfrm_perms[] =
nlmsg_perm        123 security/selinux/nlmsgtab.c static const struct nlmsg_perm nlmsg_audit_perms[] =
nlmsg_perm        144 security/selinux/nlmsgtab.c static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize)
nlmsg_perm        148 security/selinux/nlmsgtab.c 	for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++)
nlmsg_perm        170 security/selinux/nlmsgtab.c 		err = nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms,
nlmsg_perm        175 security/selinux/nlmsgtab.c 		err = nlmsg_perm(nlmsg_type, perm, nlmsg_tcpdiag_perms,
nlmsg_perm        185 security/selinux/nlmsgtab.c 		err = nlmsg_perm(nlmsg_type, perm, nlmsg_xfrm_perms,
nlmsg_perm        196 security/selinux/nlmsgtab.c 			err = nlmsg_perm(nlmsg_type, perm, nlmsg_audit_perms,