Searched refs:IFEF_VLAN (Results 1 – 3 of 3) sorted by relevance
821 if_clear_eflags(p, IFEF_VLAN); /* clear IFEF_VLAN */ in vlan_parent_remove_all_vlans()1185 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) { in vlan_input()1320 eflags = if_set_eflags(p, IFEF_VLAN); in vlan_config()1323 if_clear_eflags(p, IFEF_VLAN); in vlan_config()1413 if_clear_eflags(p, IFEF_VLAN); in vlan_config()1544 if_clear_eflags(p, IFEF_VLAN); in vlan_unconfig()2008 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) { in vlan_parent_link_event()
103 #define IFEF_VLAN 0x00000200 /* interface has one or more vlans */ macro
2173 if ((ifnet_eflags(port_ifp) & (IFEF_VLAN | IFEF_BOND)) != 0) { in bond_add_interface()2181 if ((eflags & IFEF_VLAN) != 0) { in bond_add_interface()