Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c40 #define HYSTART_ACK_TRAIN 0x1 macro
56 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY;
460 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
/linux/net/ipv4/
H A Dtcp_cdg.c35 #define HYSTART_ACK_TRAIN 1 macro
149 if (hystart_detect & HYSTART_ACK_TRAIN) { in tcp_cdg_hystart_update()