Lines Matching refs:tsid
789 u32 osid, nsid, tsid; in sel_write_validatetrans() local
840 rc = security_context_str_to_sid(state, taskcon, &tsid, GFP_KERNEL); in sel_write_validatetrans()
844 rc = security_validate_transition_user(state, osid, nsid, tsid, tclass); in sel_write_validatetrans()
917 u32 ssid, tsid; in sel_write_access() local
946 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_access()
950 security_compute_av_user(state, ssid, tsid, tclass, &avd); in sel_write_access()
969 u32 ssid, tsid, newsid; in sel_write_create() local
1037 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_create()
1041 length = security_transition_sid_user(state, ssid, tsid, tclass, in sel_write_create()
1072 u32 ssid, tsid, newsid; in sel_write_relabel() local
1103 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_relabel()
1107 length = security_change_sid(state, ssid, tsid, tclass, &newsid); in sel_write_relabel()
1198 u32 ssid, tsid, newsid; in sel_write_member() local
1229 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_member()
1233 length = security_member_sid(state, ssid, tsid, tclass, &newsid); in sel_write_member()