Home
last modified time | relevance | path

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

/linux-6.14.4/net/sched/
Dact_vlan.c126 bool push_prio_exists = false; in tcf_vlan_init() local
195 push_prio_exists = !!tb[TCA_VLAN_PUSH_VLAN_PRIORITY]; in tcf_vlan_init()
196 if (push_prio_exists) in tcf_vlan_init()
248 p->tcfv_push_prio_exists = push_prio_exists || action == TCA_VLAN_ACT_PUSH; in tcf_vlan_init()