Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_cubic.c38 #define HYSTART_ACK_TRAIN 0x1 macro
54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
387 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
394 ca->found |= HYSTART_ACK_TRAIN; in hystart_update()
Dtcp_cdg.c35 #define HYSTART_ACK_TRAIN 1 macro
149 if (hystart_detect & HYSTART_ACK_TRAIN) { in tcp_cdg_hystart_update()