Searched refs:TIMEVAL_TO_TCPHZ (Results 1 – 1 of 1) sorted by relevance
3510 #define TIMEVAL_TO_TCPHZ(_tv_) ((uint32_t)((_tv_).tv_sec * TCP_RETRANSHZ + \ macro3554 incr = TIMEVAL_TO_TCPHZ(now); in calculate_tcp_clock()