Lines Matching refs:nlmsg_perm
23 struct nlmsg_perm {
28 static const struct nlmsg_perm nlmsg_route_perms[] = {
99 static const struct nlmsg_perm nlmsg_tcpdiag_perms[] = {
106 static const struct nlmsg_perm nlmsg_xfrm_perms[] = {
134 static const struct nlmsg_perm nlmsg_audit_perms[] = {
154 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize)
159 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++)
181 err = nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms,
186 err = nlmsg_perm(nlmsg_type, perm, nlmsg_tcpdiag_perms,
196 err = nlmsg_perm(nlmsg_type, perm, nlmsg_xfrm_perms,
207 err = nlmsg_perm(nlmsg_type, perm, nlmsg_audit_perms,