Searched refs:old_tsp (Results 1 – 1 of 1) sorted by relevance
1373 struct task_smack *old_tsp = old->security; in smack_cred_prepare() local1377 new_tsp = new_task_smack(old_tsp->smk_task, old_tsp->smk_task, gfp); in smack_cred_prepare()1381 rc = smk_copy_rules(&new_tsp->smk_rules, &old_tsp->smk_rules, gfp); in smack_cred_prepare()1398 struct task_smack *old_tsp = old->security; in smack_cred_transfer() local1401 new_tsp->smk_task = old_tsp->smk_task; in smack_cred_transfer()1402 new_tsp->smk_forked = old_tsp->smk_task; in smack_cred_transfer()