Lines Matching refs:tsid
782 u32 osid, nsid, tsid; in sel_write_validatetrans() local
833 rc = security_context_str_to_sid(state, taskcon, &tsid, GFP_KERNEL); in sel_write_validatetrans()
837 rc = security_validate_transition_user(state, osid, nsid, tsid, tclass); in sel_write_validatetrans()
910 u32 ssid, tsid; in sel_write_access() local
939 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_access()
943 security_compute_av_user(state, ssid, tsid, tclass, &avd); in sel_write_access()
962 u32 ssid, tsid, newsid; in sel_write_create() local
1030 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_create()
1034 length = security_transition_sid_user(state, ssid, tsid, tclass, in sel_write_create()
1065 u32 ssid, tsid, newsid; in sel_write_relabel() local
1096 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_relabel()
1100 length = security_change_sid(state, ssid, tsid, tclass, &newsid); in sel_write_relabel()
1191 u32 ssid, tsid, newsid; in sel_write_member() local
1222 length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); in sel_write_member()
1226 length = security_member_sid(state, ssid, tsid, tclass, &newsid); in sel_write_member()