Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_gate.h41 TCA_GATE_FLAGS, enumerator
/openbmc/linux/net/sched/
H A Dact_gate.c172 [TCA_GATE_FLAGS] = { .type = NLA_U32 },
381 if (tb[TCA_GATE_FLAGS]) in tcf_gate_init()
382 gflags = nla_get_u32(tb[TCA_GATE_FLAGS]); in tcf_gate_init()
541 if (nla_put_u32(skb, TCA_GATE_FLAGS, p->tcfg_flags)) in tcf_gate_dump()