Lines Matching refs:last_executed_chain
1533 u32 *last_executed_chain) in __tcf_classify() argument
1554 *last_executed_chain = first_tp->chain->index; in __tcf_classify()
1558 *last_executed_chain = err & TC_ACT_EXT_VAL_MASK; in __tcf_classify()
1585 u32 last_executed_chain = 0; in tcf_classify() local
1588 &last_executed_chain); in tcf_classify()
1598 u32 last_executed_chain = 0; in tcf_classify_ingress() local
1601 &last_executed_chain); in tcf_classify_ingress()
1603 u32 last_executed_chain = tp ? tp->chain->index : 0; in tcf_classify_ingress()
1621 last_executed_chain = fchain->index; in tcf_classify_ingress()
1625 &last_executed_chain); in tcf_classify_ingress()
1628 if (ret == TC_ACT_UNSPEC && last_executed_chain) { in tcf_classify_ingress()
1632 ext->chain = last_executed_chain; in tcf_classify_ingress()