Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_api.c601 u32 jmp_prgcnt = 0; in tcf_action_exec() local
613 if (jmp_prgcnt > 0) { in tcf_action_exec()
614 jmp_prgcnt -= 1; in tcf_action_exec()
623 jmp_prgcnt = ret & TCA_ACT_MAX_PRIO_MASK; in tcf_action_exec()
624 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()