Home
last modified time | relevance | path

Searched defs:tomoyo_task (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
Dcommon.h920 struct tomoyo_task { struct
921 struct tomoyo_domain_info *domain_info;
922 struct tomoyo_domain_info *old_domain_info;
1220 static inline struct tomoyo_task *tomoyo_task(struct task_struct *task) in tomoyo_task() function