Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/selinux/
H A Dnlmsgtab.c23 struct nlmsg_perm { struct
28 static const struct nlmsg_perm nlmsg_route_perms[] =
93 static const struct nlmsg_perm nlmsg_tcpdiag_perms[] =
101 static const struct nlmsg_perm nlmsg_xfrm_perms[] =
130 static const struct nlmsg_perm nlmsg_audit_perms[] =
151 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) in nlmsg_perm() function
155 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++) in nlmsg_perm()
177 err = nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms, in selinux_nlmsg_lookup()
182 err = nlmsg_perm(nlmsg_typ in selinux_nlmsg_lookup()
[all...]
/kernel/linux/linux-6.6/security/selinux/
H A Dnlmsgtab.c23 struct nlmsg_perm { struct
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) in nlmsg_perm() function
159 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++) in nlmsg_perm()
181 err = nlmsg_perm(nlmsg_type, perm, nlmsg_route_perms, in selinux_nlmsg_lookup()
186 err = nlmsg_perm(nlmsg_typ in selinux_nlmsg_lookup()
[all...]

Completed in 1 milliseconds