Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dcls_api.c1533 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()
[all …]