Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 3 of 3) sorted by relevance

/security/selinux/ss/
Dpolicydb.h92 u32 stype; /* current process */ member
Dpolicydb.c409 hash = ft->stype ^ ft->ttype ^ ft->tclass; in filenametr_hash()
423 v = ft1->stype - ft2->stype; in filenametr_cmp()
1926 ft->stype = le32_to_cpu(buf[0]); in filename_trans_read()
3354 buf[0] = cpu_to_le32(ft->stype); in filename_write_helper()
Dservices.c1665 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument
1679 ft.stype = stype; in filename_compute_type()