Home
last modified time | relevance | path

Searched refs:push_prio_exists (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_vlan.c124 bool push_prio_exists = false; in tcf_vlan_init() local
193 push_prio_exists = !!tb[TCA_VLAN_PUSH_VLAN_PRIORITY]; in tcf_vlan_init()
194 if (push_prio_exists) in tcf_vlan_init()
246 p->tcfv_push_prio_exists = push_prio_exists || action == TCA_VLAN_ACT_PUSH; in tcf_vlan_init()
/kernel/linux/linux-6.6/net/sched/
H A Dact_vlan.c125 bool push_prio_exists = false; in tcf_vlan_init() local
194 push_prio_exists = !!tb[TCA_VLAN_PUSH_VLAN_PRIORITY]; in tcf_vlan_init()
195 if (push_prio_exists) in tcf_vlan_init()
247 p->tcfv_push_prio_exists = push_prio_exists || action == TCA_VLAN_ACT_PUSH; in tcf_vlan_init()

Completed in 2 milliseconds