Searched refs:tomoyo_env_acl (Results 1 – 4 of 4) sorted by relevance
21 const struct tomoyo_env_acl *acl = in tomoyo_check_env_acl() 70 * tomoyo_same_env_acl - Check for duplicated "struct tomoyo_env_acl" entry.80 const struct tomoyo_env_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_env_acl() 81 const struct tomoyo_env_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_env_acl() 87 * tomoyo_write_env - Write "struct tomoyo_env_acl" list.97 struct tomoyo_env_acl e = { .head.type = TOMOYO_TYPE_ENV_ACL }; in tomoyo_write_env()
207 struct tomoyo_env_acl *entry = in tomoyo_del_acl()
757 struct tomoyo_env_acl { struct
1579 struct tomoyo_env_acl *ptr = in tomoyo_print_entry()