Home
last modified time | relevance | path

Searched refs:tomoyo_same_number_union (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dfile.c410 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()
Dnetwork.c199 tomoyo_same_number_union(&p1->port, &p2->port); in tomoyo_same_inet_acl()
Dcommon.h1243 static inline bool tomoyo_same_number_union in tomoyo_same_number_union() function