Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c32 #define HYSTART_ACK_TRAIN 0x1 macro
48 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY;
459 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cubic.c38 #define HYSTART_ACK_TRAIN 0x1 macro
54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
402 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
H A Dtcp_cdg.c35 #define HYSTART_ACK_TRAIN 1 macro
149 if (hystart_detect & HYSTART_ACK_TRAIN) { in tcp_cdg_hystart_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c32 #define HYSTART_ACK_TRAIN 0x1 macro
48 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY;
453 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c40 #define HYSTART_ACK_TRAIN 0x1 macro
56 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
395 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
H A Dtcp_cdg.c35 #define HYSTART_ACK_TRAIN 1 macro
149 if (hystart_detect & HYSTART_ACK_TRAIN) { in tcp_cdg_hystart_update()

Completed in 6 milliseconds