Home
last modified time | relevance | path

Searched refs:max (Results 1 – 9 of 9) sorted by relevance

/security/tomoyo/
Dgroup.c159 const unsigned long max, in tomoyo_number_matches_group() argument
170 max < member->number.values[0]) in tomoyo_number_matches_group()
Dnetwork.c54 u8 * const max = ptr->ip[1].in6_u.u6_addr8; in tomoyo_parse_ipaddr_union() local
64 in4_pton(end, -1, max, '\0', &end) <= 0 || *end) in tomoyo_parse_ipaddr_union()
71 memmove(max, min, sizeof(u16) * 8); in tomoyo_parse_ipaddr_union()
73 in6_pton(end, -1, max, '\0', &end) <= 0 || *end) in tomoyo_parse_ipaddr_union()
Dcommon.c436 const unsigned long max = ptr->values[1]; in tomoyo_print_number_union_nospace() local
457 if (min == max && min_type == max_type) in tomoyo_print_number_union_nospace()
461 min = max; in tomoyo_print_number_union_nospace()
Dcommon.h942 const unsigned long max,
/security/apparmor/
Dresource.c35 rlim_names[aad(sa)->rlim.rlim], aad(sa)->rlim.max); in audit_cb()
59 aad(&sa)->rlim.max = value; in audit_resource()
Ddomain.c463 candidate_len = max(count, profile->xmatch_len); in find_attach()
/security/apparmor/include/
Daudit.h127 unsigned long max; member
/security/smack/
Dsmackfs.c564 static void smk_rule_show(struct seq_file *s, struct smack_rule *srp, int max) in smk_rule_show() argument
572 if (strlen(srp->smk_subject->smk_known) >= max || in smk_rule_show()
573 strlen(srp->smk_object->smk_known) >= max) in smk_rule_show()
/security/selinux/
Dhooks.c4698 if (snum < max(inet_prot_sock(sock_net(sk)), low) || in selinux_socket_bind()