Searched refs:tomoyo_same_number_union (Results 1 – 3 of 3) sorted by relevance
420 tomoyo_same_number_union(&p1->mode, &p2->mode) && in tomoyo_same_mkdev_acl()421 tomoyo_same_number_union(&p1->major, &p2->major) && in tomoyo_same_mkdev_acl()422 tomoyo_same_number_union(&p1->minor, &p2->minor); in tomoyo_same_mkdev_acl()640 tomoyo_same_number_union(&p1->number, &p2->number); in tomoyo_same_path_number_acl()971 tomoyo_same_number_union(&p1->flags, &p2->flags); in tomoyo_same_mount_acl()
200 tomoyo_same_number_union(&p1->port, &p2->port); in tomoyo_same_inet_acl()
1246 static inline bool tomoyo_same_number_union in tomoyo_same_number_union() function