Searched refs:FLOWACCT_MSEC_TO_USEC (Results 1 – 2 of 2) sorted by relevance
234 flowacct_data->timer = (uint64_t)timer * FLOWACCT_MSEC_TO_USEC; in flowacct_create_action()357 flowacct_data->timer = (uint64_t)timer * FLOWACCT_MSEC_TO_USEC; in flowacct_modify_action()498 param = flowacct_data->timer / FLOWACCT_MSEC_TO_USEC; in flowacct_info()
74 #define FLOWACCT_MSEC_TO_USEC (1000) macro