Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dact_api.c678 u32 jmp_prgcnt = 0; in tcf_action_exec() local
691 if (jmp_prgcnt > 0) { in tcf_action_exec()
692 jmp_prgcnt -= 1; in tcf_action_exec()
709 jmp_prgcnt = ret & TCA_ACT_MAX_PRIO_MASK; in tcf_action_exec()
710 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c1056 u32 jmp_prgcnt = 0; in tcf_action_exec() local
1069 if (jmp_prgcnt > 0) { in tcf_action_exec()
1070 jmp_prgcnt -= 1; in tcf_action_exec()
1088 jmp_prgcnt = ret & TCA_ACT_MAX_PRIO_MASK; in tcf_action_exec()
1089 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()

Completed in 6 milliseconds