Home
last modified time | relevance | path

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

/net/sched/
Dact_vlan.c116 __be16 push_proto = 0; in tcf_vlan_init() local
163 push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]); in tcf_vlan_init()
164 switch (push_proto) { in tcf_vlan_init()
176 push_proto = htons(ETH_P_8021Q); in tcf_vlan_init()
222 p->tcfv_push_proto = push_proto; in tcf_vlan_init()