Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_vlan.c132 __be16 push_proto = 0; in tcf_vlan_init() local
179 push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]); in tcf_vlan_init()
180 switch (push_proto) { in tcf_vlan_init()
192 push_proto = htons(ETH_P_8021Q); in tcf_vlan_init()
249 p->tcfv_push_proto = push_proto; in tcf_vlan_init()