Searched refs:tomoyo_same_number_union (Results 1 – 3 of 3) sorted by relevance
424 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);
200 tomoyo_same_number_union(&p1->port, &p2->port); in tomoyo_same_inet_acl()
1249 static inline bool tomoyo_same_number_union in tomoyo_same_number_union() function