Lines Matching refs:perm
25 u32 perm;
151 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize)
157 *perm = tab[i].perm;
165 int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm)
177 err = nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms,
182 err = nlmsg_perm(nlmsg_type, perm, nlmsg_tcpdiag_perms,
192 err = nlmsg_perm(nlmsg_type, perm, nlmsg_xfrm_perms,
201 *perm = NETLINK_AUDIT_SOCKET__NLMSG_RELAY;
203 err = nlmsg_perm(nlmsg_type, perm, nlmsg_audit_perms,