Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_gate.h42 TCA_GATE_CLOCKID, enumerator
/openbmc/linux/net/sched/
H A Dact_gate.c173 [TCA_GATE_CLOCKID] = { .type = NLA_S32 },
330 if (tb[TCA_GATE_CLOCKID]) { in tcf_gate_init()
331 clockid = nla_get_s32(tb[TCA_GATE_CLOCKID]); in tcf_gate_init()
538 if (nla_put_s32(skb, TCA_GATE_CLOCKID, p->tcfg_clockid)) in tcf_gate_dump()