Home
last modified time | relevance | path

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

/net/sched/
Dact_vlan.c115 __be16 push_proto = 0; in tcf_vlan_init() local
162 push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]); in tcf_vlan_init()
163 switch (push_proto) { in tcf_vlan_init()
175 push_proto = htons(ETH_P_8021Q); in tcf_vlan_init()
219 p->tcfv_push_proto = push_proto; in tcf_vlan_init()