Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_vlan.h25 TCA_VLAN_PARMS, enumerator
/openbmc/linux/net/sched/
H A Dact_vlan.c108 [TCA_VLAN_PARMS] = { .len = sizeof(struct tc_vlan) },
145 if (!tb[TCA_VLAN_PARMS]) in tcf_vlan_init()
147 parm = nla_data(tb[TCA_VLAN_PARMS]); in tcf_vlan_init()
303 if (nla_put(skb, TCA_VLAN_PARMS, sizeof(opt), &opt)) in tcf_vlan_dump()