Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 6 of 6) sorted by relevance

/security/selinux/ss/
Davtab.c55 mix(keyp->source_type); in avtab_hash()
120 if (key->source_type == cur->key.source_type && in avtab_insert()
129 if (key->source_type < cur->key.source_type) in avtab_insert()
131 if (key->source_type == cur->key.source_type && in avtab_insert()
134 if (key->source_type == cur->key.source_type && in avtab_insert()
165 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
170 if (key->source_type < cur->key.source_type) in avtab_insert_nonunique()
172 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
175 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
195 if (key->source_type == cur->key.source_type && in avtab_search()
[all …]
Davtab.h27 u16 source_type; /* source type */ member
Dpolicydb.h143 u32 source_type; member
Dmls.c507 rtr.source_type = scontext->type; in mls_compute_sid()
Dpolicydb.c462 return key->source_type + (key->target_type << 3) + in rangetr_hash()
471 v = key1->source_type - key2->source_type; in rangetr_cmp()
1843 rt->source_type = le32_to_cpu(buf[0]); in range_read()
1854 if (!policydb_type_isvalid(p, rt->source_type) || in range_read()
3459 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
Dservices.c663 avkey.source_type = i + 1; in context_struct_compute_av()
1082 avkey.source_type = i + 1; in security_compute_xperms_decision()
1847 avkey.source_type = scontext->type; in security_compute_sid()