Home
last modified time | relevance | path

Searched refs:cls_bpf_classify (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dtc_wrapper.h148 TC_INDIRECT_FILTER_DECLARE(cls_bpf_classify); variable
164 if (tp->classify == cls_bpf_classify) in tc_classify()
165 return cls_bpf_classify(skb, tp, res); in tc_classify()
/kernel/linux/linux-5.10/net/sched/
H A Dcls_bpf.c80 static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_bpf_classify() function
700 .classify = cls_bpf_classify,
/kernel/linux/linux-6.6/net/sched/
H A Dcls_bpf.c81 TC_INDIRECT_SCOPE int cls_bpf_classify(struct sk_buff *skb, in cls_bpf_classify() function
685 .classify = cls_bpf_classify,

Completed in 3 milliseconds