Searched refs:tomoyo_inet_acl (Results 1 - 5 of 5) sorted by relevance

/linux-master/security/tomoyo/
H A Dnetwork.c185 * tomoyo_same_inet_acl - Check for duplicated "struct tomoyo_inet_acl" entry.
195 const struct tomoyo_inet_acl *p1 = container_of(a, typeof(*p1), head);
196 const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head);
222 * tomoyo_merge_inet_acl - Merge duplicated "struct tomoyo_inet_acl" entry.
235 &container_of(a, struct tomoyo_inet_acl, head)->perm;
237 const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm;
274 * tomoyo_write_inet_network - Write "struct tomoyo_inet_acl" list.
284 struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL };
422 const struct tomoyo_inet_acl *acl =
H A Dgc.c216 struct tomoyo_inet_acl *entry =
H A Dutil.c1082 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm);
H A Dcommon.h763 struct tomoyo_inet_acl { struct
H A Dcommon.c1494 struct tomoyo_inet_acl *ptr =

Completed in 159 milliseconds