Lines Matching full:checks
64 /* Checks buffer inconsistencies. */ in copy_min_struct_from_user()
69 /* Checks size ranges. */ in copy_min_struct_from_user()
94 * For each user space ABI structures, first checks that there is no in build_check_abi()
95 * hole in them, then checks that all architectures have the same in build_check_abi()
187 /* Build-time checks. */ in SYSCALL_DEFINE3()
208 /* Checks content (and 32-bits cast). */ in SYSCALL_DEFINE3()
213 /* Checks network content (and 32-bits cast). */ in SYSCALL_DEFINE3()
218 /* Checks IPC scoping content (and 32-bits cast). */ in SYSCALL_DEFINE3()
222 /* Checks arguments and transforms to kernel struct. */ in SYSCALL_DEFINE3()
251 /* Checks FD type and access right. */ in get_ruleset_from_fd()
331 /* Checks that allowed_access matches the @ruleset constraints. */ in add_rule_path_beneath()
336 /* Gets and checks the new rule. */ in add_rule_path_beneath()
367 /* Checks that allowed_access matches the @ruleset constraints. */ in add_rule_net_port()
428 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE4()
485 * Similar checks as for seccomp(2), except that an -EPERM may be in SYSCALL_DEFINE2()
496 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE2()