Home
last modified time | relevance | path

Searched refs:task_get_classid (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dcls_cgroup.h53 static inline u32 task_get_classid(const struct sk_buff *skb) in task_get_classid() function
83 static inline u32 task_get_classid(const struct sk_buff *skb) in task_get_classid() function
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_cgroup.c29 u32 classid = task_get_classid(skb); in cls_cgroup_classify()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c3058 return task_get_classid(skb); in BPF_CALL_1()