Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/tc_act/
Dtc_vlan.h30 TCA_VLAN_PARMS, enumerator
/linux-5.19.10/net/sched/
Dact_vlan.c107 [TCA_VLAN_PARMS] = { .len = sizeof(struct tc_vlan) },
144 if (!tb[TCA_VLAN_PARMS]) in tcf_vlan_init()
146 parm = nla_data(tb[TCA_VLAN_PARMS]); in tcf_vlan_init()
302 if (nla_put(skb, TCA_VLAN_PARMS, sizeof(opt), &opt)) in tcf_vlan_dump()