Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/net/core/
H A Dfilter.c3060 return __task_get_classid(current); in BPF_CALL_0()