Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dact_gate.c81 gact->current_gate_status = next->gate_state ? GATE_ACT_GATE_OPEN : 0; in gate_timer_func()
127 if (unlikely(gact->current_gate_status & GATE_ACT_PENDING)) { in tcf_gate_act()
132 if (!(gact->current_gate_status & GATE_ACT_GATE_OPEN)) in tcf_gate_act()
426 gact->current_gate_status = GATE_ACT_GATE_OPEN | GATE_ACT_PENDING; in tcf_gate_init()
/kernel/linux/linux-5.10/include/net/tc_act/
Dtc_gate.h43 u8 current_gate_status; member