Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dfile.c424 tomoyo_same_number_union(&p1->mode, &p2->mode) &&
425 tomoyo_same_number_union(&p1->major, &p2->major) &&
426 tomoyo_same_number_union(&p1->minor, &p2->minor);
645 tomoyo_same_number_union(&p1->number, &p2->number);
976 tomoyo_same_number_union(&p1->flags, &p2->flags);
H A Dnetwork.c200 tomoyo_same_number_union(&p1->port, &p2->port); in tomoyo_same_inet_acl()
H A Dcommon.h1249 static inline bool tomoyo_same_number_union in tomoyo_same_number_union() function