Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dcls_api.c1658 u32 *last_executed_chain) in __tcf_classify() argument
1702 *last_executed_chain = first_tp->chain->index; in __tcf_classify()
1706 *last_executed_chain = err & TC_ACT_EXT_VAL_MASK; in __tcf_classify()
1739 u32 last_executed_chain = 0; in tcf_classify() local
1742 &last_executed_chain); in tcf_classify()
1744 u32 last_executed_chain = tp ? tp->chain->index : 0; in tcf_classify()
1777 last_executed_chain = fchain->index; in tcf_classify()
1782 &last_executed_chain); in tcf_classify()
1786 if (ret == TC_ACT_UNSPEC && last_executed_chain) { in tcf_classify()
1792 ext->chain = last_executed_chain; in tcf_classify()

Completed in 11 milliseconds