Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Ddev.c3943 struct tcf_result cl_res; in sch_handle_egress() local
3953 switch (tcf_classify(skb, miniq->block, miniq->filter_list, &cl_res, false)) { in sch_handle_egress()
3956 skb->tc_index = TC_H_MIN(cl_res.classid); in sch_handle_egress()
5110 struct tcf_result cl_res; in sch_handle_ingress() local
5131 switch (tcf_classify(skb, miniq->block, miniq->filter_list, &cl_res, false)) { in sch_handle_ingress()
5134 skb->tc_index = TC_H_MIN(cl_res.classid); in sch_handle_ingress()
/linux-6.1.9/net/sched/
Dcls_api.c3675 struct tcf_result cl_res; in tcf_qevent_handle() local
3683 switch (tcf_classify(skb, NULL, fl, &cl_res, false)) { in tcf_qevent_handle()