Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_vlan.c111 [TCA_VLAN_PUSH_VLAN_PRIORITY] = { .type = NLA_U8 },
194 push_prio_exists = !!tb[TCA_VLAN_PUSH_VLAN_PRIORITY]; in tcf_vlan_init()
196 push_prio = nla_get_u8(tb[TCA_VLAN_PUSH_VLAN_PRIORITY]); in tcf_vlan_init()
312 nla_put_u8(skb, TCA_VLAN_PUSH_VLAN_PRIORITY, p->tcfv_push_prio)))) in tcf_vlan_dump()
/linux-6.3-rc2/include/uapi/linux/tc_act/
A Dtc_vlan.h29 TCA_VLAN_PUSH_VLAN_PRIORITY, enumerator

Completed in 5 milliseconds