Searched refs:tomoyo_inet_acl (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/security/tomoyo/ |
D | network.c | 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() 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() 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()
|
D | gc.c | 216 struct tomoyo_inet_acl *entry = in tomoyo_del_acl()
|
D | util.c | 1082 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm); in tomoyo_domain_quota_is_ok()
|
D | common.h | 763 struct tomoyo_inet_acl { struct
|
D | common.c | 1493 struct tomoyo_inet_acl *ptr = in tomoyo_print_entry()
|