Searched refs:tomoyo_inet_acl (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | network.c | 194 const struct tomoyo_inet_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_inet_acl() 195 const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_inet_acl() 234 &container_of(a, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl() 236 const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl() 283 struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL }; in tomoyo_write_inet_network() 421 const struct tomoyo_inet_acl *acl = in tomoyo_check_inet_acl()
|
D | gc.c | 209 struct tomoyo_inet_acl *entry = in tomoyo_del_acl()
|
D | util.c | 1059 perm = container_of(ptr, struct tomoyo_inet_acl, in tomoyo_domain_quota_is_ok()
|
D | common.h | 758 struct tomoyo_inet_acl { struct
|
D | common.c | 1465 struct tomoyo_inet_acl *ptr = in tomoyo_print_entry()
|