Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/tc_act/
Dtc_vlan.h34 TCA_VLAN_PUSH_VLAN_PRIORITY, enumerator
/linux-5.19.10/net/sched/
Dact_vlan.c110 [TCA_VLAN_PUSH_VLAN_PRIORITY] = { .type = NLA_U8 },
193 push_prio_exists = !!tb[TCA_VLAN_PUSH_VLAN_PRIORITY]; in tcf_vlan_init()
195 push_prio = nla_get_u8(tb[TCA_VLAN_PUSH_VLAN_PRIORITY]); in tcf_vlan_init()
311 nla_put_u8(skb, TCA_VLAN_PUSH_VLAN_PRIORITY, p->tcfv_push_prio)))) in tcf_vlan_dump()