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

/security/selinux/
H A Dnlmsgtab.c133 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, struct nlmsg_perm *tab, size_t tabsize) argument
138 if (nlmsg_type == tab[i].nlmsg_type) {
139 *perm = tab[i].perm;

Completed in 66 milliseconds