Home
last modified time | relevance | path

Searched refs:HYSTART_DELAY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c33 #define HYSTART_DELAY 0x2 macro
48 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY;
483 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cubic.c39 #define HYSTART_DELAY 0x2 macro
54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
434 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
H A Dtcp_cdg.c36 #define HYSTART_DELAY 2 macro
171 if (hystart_detect & HYSTART_DELAY) { in tcp_cdg_hystart_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c33 #define HYSTART_DELAY 0x2 macro
48 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY;
477 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c41 #define HYSTART_DELAY 0x2 macro
56 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
427 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
H A Dtcp_cdg.c36 #define HYSTART_DELAY 2 macro
171 if (hystart_detect & HYSTART_DELAY) { in tcp_cdg_hystart_update()

Completed in 5 milliseconds