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

/security/selinux/
H A Dhooks.c2325 static int match_file(const void *p, struct file *file, unsigned fd) function
2364 n = iterate_fd(files, 0, match_file, cred);
2374 } while ((n = iterate_fd(files, n, match_file, cred)) != 0);

Completed in 1941 milliseconds