Searched refs:tomoyo_same_number_union (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 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()
|
H A D | network.c | 200 tomoyo_same_number_union(&p1->port, &p2->port); in tomoyo_same_inet_acl()
|
H A D | common.h | 1240 * tomoyo_same_number_union - Check for duplicated "struct tomoyo_number_union" entry. 1247 static inline bool tomoyo_same_number_union in tomoyo_same_number_union() function
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 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()
|
H A D | network.c | 200 tomoyo_same_number_union(&p1->port, &p2->port); in tomoyo_same_inet_acl()
|
H A D | common.h | 1237 * tomoyo_same_number_union - Check for duplicated "struct tomoyo_number_union" entry. 1244 static inline bool tomoyo_same_number_union in tomoyo_same_number_union() function
|
Completed in 11 milliseconds