Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid3.h46 # define TFRC_T_DELTA USEC_PER_MSEC macro
48 # define TFRC_T_DELTA (USEC_PER_SEC / (2 * HZ)) macro
H A Dccid3.c334 if (delay >= TFRC_T_DELTA) in ccid3_hc_tx_send_packet()