Searched refs:max (Results 1 – 9 of 9) sorted by relevance
/security/tomoyo/ |
D | group.c | 159 const unsigned long max, in tomoyo_number_matches_group() argument 170 max < member->number.values[0]) in tomoyo_number_matches_group()
|
D | network.c | 54 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()
|
D | common.c | 436 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()
|
D | common.h | 942 const unsigned long max,
|
/security/apparmor/ |
D | resource.c | 35 rlim_names[aad(sa)->rlim.rlim], aad(sa)->rlim.max); in audit_cb() 59 aad(&sa)->rlim.max = value; in audit_resource()
|
D | domain.c | 463 candidate_len = max(count, profile->xmatch_len); in find_attach()
|
/security/apparmor/include/ |
D | audit.h | 127 unsigned long max; member
|
/security/smack/ |
D | smackfs.c | 564 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/ |
D | hooks.c | 4698 if (snum < max(inet_prot_sock(sock_net(sk)), low) || in selinux_socket_bind()
|