tomoyo_inet_acl
struct tomoyo_inet_acl *ptr =
struct tomoyo_inet_acl *entry =
const struct tomoyo_inet_acl *p1 = container_of(a, typeof(*p1), head);
const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head);
&container_of(a, struct tomoyo_inet_acl, head)->perm;
const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm;
struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL };
const struct tomoyo_inet_acl *acl =
perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm);