Searched refs:VLAN_CFI_MASK (Results 1 – 2 of 2) sorted by relevance
68 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator */ macro69 #define VLAN_TAG_PRESENT VLAN_CFI_MASK
1141 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfi()1146 return be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfim()