Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_cubic.c38 #define HYSTART_DELAY 0x2 macro
53 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
415 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
425 ca->found |= HYSTART_DELAY; in hystart_update()
Dtcp_cdg.c33 #define HYSTART_DELAY 2 macro
169 if (hystart_detect & HYSTART_DELAY) { in tcp_cdg_hystart_update()