Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dcls_api.c1532 u32 *last_executed_chain) in __tcf_classify() argument
1553 *last_executed_chain = first_tp->chain->index; in __tcf_classify()
1557 *last_executed_chain = err & TC_ACT_EXT_VAL_MASK; in __tcf_classify()
1584 u32 last_executed_chain = 0; in tcf_classify() local
1587 &last_executed_chain); in tcf_classify()
1597 u32 last_executed_chain = 0; in tcf_classify_ingress() local
1600 &last_executed_chain); in tcf_classify_ingress()
1602 u32 last_executed_chain = tp ? tp->chain->index : 0; in tcf_classify_ingress()
1620 last_executed_chain = fchain->index; in tcf_classify_ingress()
1624 &last_executed_chain); in tcf_classify_ingress()
[all …]