Searched refs:cl_res (Results 1 – 2 of 2) sorted by relevance
3895 struct tcf_result cl_res; in sch_handle_egress() local3904 switch (tcf_classify(skb, miniq->filter_list, &cl_res, false)) { in sch_handle_egress()3907 skb->tc_index = TC_H_MIN(cl_res.classid); in sch_handle_egress()4991 struct tcf_result cl_res; in sch_handle_ingress() local5012 &cl_res, false)) { in sch_handle_ingress()5015 skb->tc_index = TC_H_MIN(cl_res.classid); in sch_handle_ingress()
3841 struct tcf_result cl_res; in tcf_qevent_handle() local3849 switch (tcf_classify(skb, fl, &cl_res, false)) { in tcf_qevent_handle()