Home
last modified time | relevance | path

Searched refs:__task_get_classid (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dcls_cgroup.h48 static inline u32 __task_get_classid(struct task_struct *task) in __task_get_classid() function
55 u32 classid = __task_get_classid(current); in task_get_classid()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c3029 return __task_get_classid(current); in BPF_CALL_0()