Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_vlan.h27 TCA_VLAN_PUSH_VLAN_PROTOCOL, enumerator
/openbmc/linux/net/sched/
H A Dact_vlan.c110 [TCA_VLAN_PUSH_VLAN_PROTOCOL] = { .type = NLA_U16 },
177 if (tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]) { in tcf_vlan_init()
178 push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]); in tcf_vlan_init()
309 nla_put_be16(skb, TCA_VLAN_PUSH_VLAN_PROTOCOL, in tcf_vlan_dump()