nlmsg_perm         31 security/selinux/nlmsgtab.c static struct nlmsg_perm nlmsg_route_perms[] =
nlmsg_perm         68 security/selinux/nlmsgtab.c static struct nlmsg_perm nlmsg_firewall_perms[] =
nlmsg_perm         74 security/selinux/nlmsgtab.c static struct nlmsg_perm nlmsg_tcpdiag_perms[] =
nlmsg_perm         80 security/selinux/nlmsgtab.c static struct nlmsg_perm nlmsg_xfrm_perms[] =
nlmsg_perm        100 security/selinux/nlmsgtab.c static struct nlmsg_perm nlmsg_audit_perms[] =
nlmsg_perm        121 security/selinux/nlmsgtab.c 	for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++)
nlmsg_perm        137 security/selinux/nlmsgtab.c 		err = nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms,
nlmsg_perm        143 security/selinux/nlmsgtab.c 		err = nlmsg_perm(nlmsg_type, perm, nlmsg_firewall_perms,
nlmsg_perm        148 security/selinux/nlmsgtab.c 		err = nlmsg_perm(nlmsg_type, perm, nlmsg_tcpdiag_perms,
nlmsg_perm        153 security/selinux/nlmsgtab.c 		err = nlmsg_perm(nlmsg_type, perm, nlmsg_xfrm_perms,
nlmsg_perm        164 security/selinux/nlmsgtab.c 			err = nlmsg_perm(nlmsg_type, perm, nlmsg_audit_perms,