Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dact_vlan.c131 __be16 push_proto = 0; in tcf_vlan_init() local
178 push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]); in tcf_vlan_init()
179 switch (push_proto) { in tcf_vlan_init()
191 push_proto = htons(ETH_P_8021Q); in tcf_vlan_init()
248 p->tcfv_push_proto = push_proto; in tcf_vlan_init()