Searched refs:rtr (Results 1 – 1 of 1) sorted by relevance
448 struct range_trans *rtr; in mls_compute_sid() local457 for (rtr = policydb.range_tr; rtr; rtr = rtr->next) in mls_compute_sid()459 if (rtr->source_type == scontext->type && in mls_compute_sid()460 rtr->target_type == tcontext->type && in mls_compute_sid()461 rtr->target_class == tclass) in mls_compute_sid()465 &rtr->target_range); in mls_compute_sid()
Completed in 3 milliseconds