Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_vlan.c110 [TCA_VLAN_PUSH_VLAN_PRIORITY] = { .type = NLA_U8 },
192 if (tb[TCA_VLAN_PUSH_VLAN_PRIORITY]) in tcf_vlan_init()
193 push_prio = nla_get_u8(tb[TCA_VLAN_PUSH_VLAN_PRIORITY]); in tcf_vlan_init()
307 (nla_put_u8(skb, TCA_VLAN_PUSH_VLAN_PRIORITY, in tcf_vlan_dump()
/Linux-v5.10/include/uapi/linux/tc_act/
Dtc_vlan.h34 TCA_VLAN_PUSH_VLAN_PRIORITY, enumerator