Home
last modified time | relevance | path

Searched refs:TOMOYO_TYPE_INET_ACL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dnetwork.c284 struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL }; in tomoyo_write_inet_network()
476 r.param_type = TOMOYO_TYPE_INET_ACL; in tomoyo_inet_entry()
H A Dgc.c214 case TOMOYO_TYPE_INET_ACL: in tomoyo_del_acl()
H A Dutil.c1081 case TOMOYO_TYPE_INET_ACL: in tomoyo_domain_quota_is_ok()
H A Dcommon.h234 TOMOYO_TYPE_INET_ACL, enumerator
H A Dcommon.c1493 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { in tomoyo_print_entry()