Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
H A Dtc_gate.h38 #define GATE_ACT_PENDING BIT(1) macro
/linux/net/sched/
H A Dact_gate.c128 if (unlikely(gact->current_gate_status & GATE_ACT_PENDING)) { in tcf_gate_act()
423 gact->current_gate_status = GATE_ACT_GATE_OPEN | GATE_ACT_PENDING; in tcf_gate_init()