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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnlmsgtab.c25 struct nlmsg_perm { struct
30 static struct nlmsg_perm nlmsg_route_perms[] =
72 static struct nlmsg_perm nlmsg_firewall_perms[] =
78 static struct nlmsg_perm nlmsg_tcpdiag_perms[] =
84 static struct nlmsg_perm nlmsg_xfrm_perms[] =
104 static struct nlmsg_perm nlmsg_audit_perms[] =
123 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, struct nlmsg_perm *tab, size_t tabsize) function
127 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++)
143 err = nlmsg_perm(nlmsg_typ
[all...]

Completed in 103 milliseconds