Lines Matching full:checks
68 /* Checks buffer inconsistencies. */ in copy_min_struct_from_user()
73 /* Checks size ranges. */ in copy_min_struct_from_user()
98 * For each user space ABI structures, first checks that there is no in build_check_abi()
99 * hole in them, then checks that all architectures have the same in build_check_abi()
203 /* Build-time checks. */ in SYSCALL_DEFINE3()
230 /* Checks content (and 32-bits cast). */ in SYSCALL_DEFINE3()
235 /* Checks network content (and 32-bits cast). */ in SYSCALL_DEFINE3()
240 /* Checks IPC scoping content (and 32-bits cast). */ in SYSCALL_DEFINE3()
244 /* Checks arguments and transforms to kernel struct. */ in SYSCALL_DEFINE3()
272 /* Checks FD type and access right. */ in get_ruleset_from_fd()
335 /* Checks that allowed_access matches the @ruleset constraints. */ in add_rule_path_beneath()
340 /* Gets and checks the new rule. */ in add_rule_path_beneath()
371 /* Checks that allowed_access matches the @ruleset constraints. */ in add_rule_net_port()
431 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE4()
492 * Similar checks as for seccomp(2), except that an -EPERM may be in SYSCALL_DEFINE2()
516 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE2()