Lines Matching defs:new_tsp
1966 struct task_smack *new_tsp = smack_cred(new);
1969 init_task_smack(new_tsp, old_tsp->smk_task, old_tsp->smk_task);
1971 rc = smk_copy_rules(&new_tsp->smk_rules, &old_tsp->smk_rules, gfp);
1975 rc = smk_copy_relabel(&new_tsp->smk_relabel, &old_tsp->smk_relabel,
1990 struct task_smack *new_tsp = smack_cred(new);
1992 new_tsp->smk_task = old_tsp->smk_task;
1993 new_tsp->smk_forked = old_tsp->smk_task;
1994 mutex_init(&new_tsp->smk_rules_lock);
1995 INIT_LIST_HEAD(&new_tsp->smk_rules);
2026 struct task_smack *new_tsp = smack_cred(new);
2028 new_tsp->smk_task = smack_from_secid(secid);