Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dcommon.h920 struct tomoyo_task { struct
921 struct tomoyo_domain_info *domain_info;
922 struct tomoyo_domain_info *old_domain_info;
1217 static inline struct tomoyo_task *tomoyo_task(struct task_struct *task) in tomoyo_task() function