Home | History | Annotate | Download | only in src

Lines Matching refs:source_type

975 		if (cur_av->node->key.source_type == key->source_type &&
993 avtab_key.source_type = src;
1312 avtab_key.source_type = src;
1753 avtab_key->source_type = src;
3164 newkey->source_type = sepol_src->s.value;
4180 (k->source_type << 5)) & (h->size - 1));
4190 return a->source_type != b->source_type || a->target_type != b->target_type || a->target_class != b->target_class;
4238 mix(k->source_type);
4259 return a->source_type != b->source_type || a->target_type != b->target_type || a->target_class != b->target_class || a->specified != b->specified;
4735 cil_rule->src = type_value_to_cil[k->source_type];