Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_gate.h18 TCA_GATE_ENTRY_IPV, enumerator
/openbmc/linux/net/sched/
H A Dact_gate.c160 [TCA_GATE_ENTRY_IPV] = { .type = NLA_S32 },
193 if (tb[TCA_GATE_ENTRY_IPV]) in fill_gate_entry()
194 entry->ipv = nla_get_s32(tb[TCA_GATE_ENTRY_IPV]); in fill_gate_entry()
493 if (nla_put_s32(skb, TCA_GATE_ENTRY_IPV, entry->ipv)) in dumping_entry()