Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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); in tomoyo_same_inet_acl()
196 const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_inet_acl()
222 * tomoyo_merge_inet_acl - Merge duplicated "struct tomoyo_inet_acl" entry.
235 &container_of(a, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl()
237 const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl()
274 * tomoyo_write_inet_network - Write "struct tomoyo_inet_acl" list.
284 struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL }; in tomoyo_write_inet_network()
422 const struct tomoyo_inet_acl *acl = in tomoyo_check_inet_acl()
H A Dgc.c216 struct tomoyo_inet_acl *entry = in tomoyo_del_acl()
H A Dutil.c1077 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm); in tomoyo_domain_quota_is_ok()
H A Dcommon.h763 struct tomoyo_inet_acl { struct
H A Dcommon.c1502 struct tomoyo_inet_acl *ptr = in tomoyo_print_entry()
/kernel/linux/linux-6.6/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); in tomoyo_same_inet_acl()
196 const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_inet_acl()
222 * tomoyo_merge_inet_acl - Merge duplicated "struct tomoyo_inet_acl" entry.
235 &container_of(a, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl()
237 const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl()
274 * tomoyo_write_inet_network - Write "struct tomoyo_inet_acl" list.
284 struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL }; in tomoyo_write_inet_network()
422 const struct tomoyo_inet_acl *acl = in tomoyo_check_inet_acl()
H A Dgc.c216 struct tomoyo_inet_acl *entry = in tomoyo_del_acl()
H A Dutil.c1082 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm); in tomoyo_domain_quota_is_ok()
H A Dcommon.h763 struct tomoyo_inet_acl { struct
H A Dcommon.c1494 struct tomoyo_inet_acl *ptr = in tomoyo_print_entry()

Completed in 18 milliseconds