taglinefilesource code
ssthresh144include/net/sock.hvolatile unsigned short  ssthresh;
ssthresh653net/ipv4/af_inet.csk->ssthresh = 0;
ssthresh842net/ipv4/tcp.csk->ssthresh = sk->cong_window >> 1; /* remember window where we lost */
ssthresh2940net/ipv4/tcp.cnewsk->ssthresh = 0;
ssthresh3483net/ipv4/tcp.cif (sk->cong_window < sk->ssthresh)