Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_vlan.h26 TCA_VLAN_PUSH_VLAN_ID, enumerator
/openbmc/linux/net/sched/
H A Dact_vlan.c109 [TCA_VLAN_PUSH_VLAN_ID] = { .type = NLA_U16 },
161 if (!tb[TCA_VLAN_PUSH_VLAN_ID]) { in tcf_vlan_init()
168 push_vid = nla_get_u16(tb[TCA_VLAN_PUSH_VLAN_ID]); in tcf_vlan_init()
308 (nla_put_u16(skb, TCA_VLAN_PUSH_VLAN_ID, p->tcfv_push_vid) || in tcf_vlan_dump()