Home
last modified time | relevance | path

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

/net/sched/
Dcls_api.c1665 u32 *last_executed_chain) in __tcf_classify() argument
1709 *last_executed_chain = first_tp->chain->index; in __tcf_classify()
1713 *last_executed_chain = err & TC_ACT_EXT_VAL_MASK; in __tcf_classify()
1746 u32 last_executed_chain = 0; in tcf_classify() local
1749 &last_executed_chain); in tcf_classify()
1751 u32 last_executed_chain = tp ? tp->chain->index : 0; in tcf_classify()
1784 last_executed_chain = fchain->index; in tcf_classify()
1789 &last_executed_chain); in tcf_classify()
1793 if (ret == TC_ACT_UNSPEC && last_executed_chain) { in tcf_classify()
1799 ext->chain = last_executed_chain; in tcf_classify()