Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dfile.c112 bool tomoyo_compare_number_union(const unsigned long value, in tomoyo_compare_number_union() function
282 tomoyo_compare_number_union(r->param.path_number.number, in tomoyo_check_path_number_acl()
323 tomoyo_compare_number_union(r->param.mkdev.mode, in tomoyo_check_mkdev_acl()
325 tomoyo_compare_number_union(r->param.mkdev.major, in tomoyo_check_mkdev_acl()
327 tomoyo_compare_number_union(r->param.mkdev.minor, in tomoyo_check_mkdev_acl()
H A Dmount.c53 return tomoyo_compare_number_union(r->param.mount.flags, in tomoyo_check_mount_acl()
H A Dnetwork.c427 !tomoyo_compare_number_union(r->param.inet_network.port, in tomoyo_check_inet_acl()
H A Dcommon.h929 bool tomoyo_compare_number_union(const unsigned long value,