Lines Matching refs:head
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);
214 const struct tomoyo_unix_acl *p1 = container_of(a, typeof(*p1), head);
215 const struct tomoyo_unix_acl *p2 = container_of(b, typeof(*p2), head);
235 &container_of(a, struct tomoyo_inet_acl, head)->perm;
237 const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm;
261 &container_of(a, struct tomoyo_unix_acl, head)->perm;
263 const u8 b_perm = container_of(b, struct tomoyo_unix_acl, head)->perm;
284 struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL };
311 error = tomoyo_update_domain(&e.head, sizeof(e), param,
329 struct tomoyo_unix_acl e = { .head.type = TOMOYO_TYPE_UNIX_ACL };
345 error = tomoyo_update_domain(&e.head, sizeof(e), param,
423 container_of(ptr, typeof(*acl), head);
453 container_of(ptr, typeof(*acl), head);