Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_csum.c571 bool orig_vlan_tag_present = false; in tcf_csum_act() local
602 if (skb_vlan_tag_present(skb) && !orig_vlan_tag_present) { in tcf_csum_act()
604 orig_vlan_tag_present = true; in tcf_csum_act()