Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_vlan.c129 __be16 push_proto = 0; in tcf_vlan_init() local
176 push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]); in tcf_vlan_init()
177 switch (push_proto) { in tcf_vlan_init()
189 push_proto = htons(ETH_P_8021Q); in tcf_vlan_init()
244 p->tcfv_push_proto = push_proto; in tcf_vlan_init()