Home
last modified time | relevance | path

Searched refs:tomoyo_compare_number_union (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dfile.c112 bool tomoyo_compare_number_union(const unsigned long value, in tomoyo_compare_number_union() function
279 tomoyo_compare_number_union(r->param.path_number.number, in tomoyo_check_path_number_acl()
318 tomoyo_compare_number_union(r->param.mkdev.mode, in tomoyo_check_mkdev_acl()
320 tomoyo_compare_number_union(r->param.mkdev.major, in tomoyo_check_mkdev_acl()
322 tomoyo_compare_number_union(r->param.mkdev.minor, in tomoyo_check_mkdev_acl()
Dmount.c51 return tomoyo_compare_number_union(r->param.mount.flags, in tomoyo_check_mount_acl()
Dnetwork.c427 !tomoyo_compare_number_union(r->param.inet_network.port, in tomoyo_check_inet_acl()
Dcommon.h919 bool tomoyo_compare_number_union(const unsigned long value,