Home
last modified time | relevance | path

Searched refs:TCP_INFINITE_SSTHRESH (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h91 #define TCP_INFINITE_SSTHRESH 0x7fffffff macro
H A Dbpf_cc_cubic.c138 if (tp->snd_ssthresh < TCP_INFINITE_SSTHRESH && in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_nv.c384 } else if (tp->snd_ssthresh == TCP_INFINITE_SSTHRESH) { in tcpnv_acked()
H A Dtcp_bbr.c1045 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; in bbr_init()
H A Dtcp_metrics.c476 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; in tcp_init_metrics()
H A Dtcp.c455 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; in tcp_init_sock()
3344 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; in tcp_disconnect()
H A Dtcp_input.c2744 if (tp->snd_ssthresh < TCP_INFINITE_SSTHRESH && in tcp_end_cwnd_reduction()
/linux/include/net/
H A Dtcp.h1327 #define TCP_INFINITE_SSTHRESH 0x7fffffff macro
1347 return tp->snd_ssthresh >= TCP_INFINITE_SSTHRESH; in tcp_in_initial_slowstart()