Home
last modified time | relevance | path

Searched refs:inet_network (Results 1 – 2 of 2) sorted by relevance

/linux/security/tomoyo/
H A Dnetwork.c385 const __be32 *address = r->param.inet_network.address; in tomoyo_audit_inet_log()
387 if (r->param.inet_network.is_ipv6) in tomoyo_audit_inet_log()
394 r->param.inet_network.port); in tomoyo_audit_inet_log()
395 return tomoyo_audit_net_log(r, "inet", r->param.inet_network.protocol, in tomoyo_audit_inet_log()
396 r->param.inet_network.operation, buf);
427 const u8 size = r->param.inet_network.is_ipv6 ? 16 : 4; in tomoyo_check_inet_acl()
429 if (!(acl->perm & (1 << r->param.inet_network.operation)) || in tomoyo_check_inet_acl()
430 !tomoyo_compare_number_union(r->param.inet_network.port, in tomoyo_check_inet_acl()
435 (r->param.inet_network.is_ipv6, in tomoyo_check_inet_acl()
436 r->param.inet_network in tomoyo_check_inet_acl()
[all...]
H A Dcommon.h475 } inet_network; member