Home
last modified time | relevance | path

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

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