| tag | line | file | source code |
|---|---|---|---|
| ssthresh | 164 | include/net/sock.h | volatile unsigned short ssthresh; |
| ssthresh | 861 | net/ipv4/tcp.c | sk->ssthresh = sk->cong_window >> 1; /* remember window where we lost */ |
| ssthresh | 3009 | net/ipv4/tcp.c | newsk->ssthresh = 0; |
| ssthresh | 3567 | net/ipv4/tcp.c | if (sk->cong_window < sk->ssthresh) |