taglinefilesource code
ssthresh166include/net/sock.hvolatile unsigned short  ssthresh;
ssthresh401net/ipv4/tcp_input.cnewsk->ssthresh = 0;
ssthresh683net/ipv4/tcp_input.cif (sk->cong_window < sk->ssthresh)  
ssthresh98net/ipv4/tcp_timer.csk->ssthresh = sk->cong_window >> 1; /* remember window where we lost */