| tag | line | file | source code |
|---|---|---|---|
| ssthresh | 227 | include/net/sock.h | volatile unsigned short ssthresh; |
| ssthresh | 406 | net/ipv4/tcp_input.c | newsk->ssthresh = 0; |
| ssthresh | 688 | net/ipv4/tcp_input.c | if (sk->cong_window < sk->ssthresh) |
| ssthresh | 96 | net/ipv4/tcp_timer.c | sk->ssthresh = sk->cong_window >> 1; /* remember window where we lost */ |