Searched refs:tomoyo_same_number_union (Results 1 – 3 of 3) sorted by relevance
410 tomoyo_same_number_union(&p1->mode, &p2->mode) && in tomoyo_same_mkdev_acl()411 tomoyo_same_number_union(&p1->major, &p2->major) && in tomoyo_same_mkdev_acl()412 tomoyo_same_number_union(&p1->minor, &p2->minor); in tomoyo_same_mkdev_acl()624 tomoyo_same_number_union(&p1->number, &p2->number); in tomoyo_same_path_number_acl()952 tomoyo_same_number_union(&p1->flags, &p2->flags); in tomoyo_same_mount_acl()
199 tomoyo_same_number_union(&p1->port, &p2->port); in tomoyo_same_inet_acl()
1243 static inline bool tomoyo_same_number_union in tomoyo_same_number_union() function