Searched defs:p2 (Results 1 - 6 of 6) sorted by relevance

/security/tomoyo/
H A Denviron.c79 const struct tomoyo_env_acl *p2 = container_of(b, typeof(*p2), head); local
81 return p1->env == p2->env;
H A Dgroup.c57 const struct tomoyo_address_group *p2 = container_of(b, typeof(*p2), local
60 return tomoyo_same_ipaddr_union(&p1->address, &p2->address);
H A Ddomain.c217 const struct tomoyo_transition_control *p2 = container_of(b, local
218 typeof(*p2),
220 return p1->type == p2->type && p1->is_last_name == p2->is_last_name
221 && p1->domainname == p2->domainname
222 && p1->program == p2->program;
373 const struct tomoyo_aggregator *p2 = container_of(b, typeof(*p2), local
375 return p1->original_name == p2->original_name &&
376 p1->aggregated_name == p2
[all...]
H A Dfile.c339 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); local
340 return tomoyo_same_name_union(&p1->name, &p2->name);
408 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), head); local
409 return tomoyo_same_name_union(&p1->name, &p2->name) &&
410 tomoyo_same_number_union(&p1->mode, &p2->mode) &&
411 tomoyo_same_number_union(&p1->major, &p2->major) &&
412 tomoyo_same_number_union(&p1->minor, &p2->minor);
487 const struct tomoyo_path2_acl *p2 local
621 const struct tomoyo_path_number_acl *p2 = container_of(b, typeof(*p2), local
950 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); local
[all...]
H A Dnetwork.c195 const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head); local
197 return p1->protocol == p2->protocol &&
198 tomoyo_same_ipaddr_union(&p1->address, &p2->address) &&
199 tomoyo_same_number_union(&p1->port, &p2->port);
214 const struct tomoyo_unix_acl *p2 = container_of(b, typeof(*p2), head); local
216 return p1->protocol == p2->protocol &&
217 tomoyo_same_name_union(&p1->name, &p2->name);
H A Dcommon.c1025 const struct tomoyo_task_acl *p2 = container_of(b, typeof(*p2), head); local
1026 return p1->domainname == p2->domainname;

Completed in 56 milliseconds