Home
last modified time | relevance | path

Searched defs:tomoyo_inet_acl (Results 1 – 1 of 1) sorted by relevance

/linux/security/tomoyo/
A Dcommon.h763 struct tomoyo_inet_acl { struct
764 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_INET_ACL */
765 u8 protocol;
766 u8 perm; /* Bitmask of values in "enum tomoyo_network_acl_index" */
767 struct tomoyo_ipaddr_union address;
768 struct tomoyo_number_union port;

Completed in 8 milliseconds