Lines Matching full:checks
65 /* Checks buffer inconsistencies. */ in copy_min_struct_from_user()
70 /* Checks size ranges. */ in copy_min_struct_from_user()
95 * For each user space ABI structures, first checks that there is no in build_check_abi()
96 * hole in them, then checks that all architectures have the same in build_check_abi()
194 /* Build-time checks. */ in SYSCALL_DEFINE3()
221 /* Checks content (and 32-bits cast). */ in SYSCALL_DEFINE3()
226 /* Checks network content (and 32-bits cast). */ in SYSCALL_DEFINE3()
231 /* Checks IPC scoping content (and 32-bits cast). */ in SYSCALL_DEFINE3()
235 /* Checks arguments and transforms to kernel struct. */ in SYSCALL_DEFINE3()
265 /* Checks FD type and access right. */ in get_ruleset_from_fd()
329 /* Checks that allowed_access matches the @ruleset constraints. */ in add_rule_path_beneath()
334 /* Gets and checks the new rule. */ in add_rule_path_beneath()
365 /* Checks that allowed_access matches the @ruleset constraints. */ in add_rule_net_port()
425 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE4()
477 * Similar checks as for seccomp(2), except that an -EPERM may be in SYSCALL_DEFINE2()
488 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE2()