tag | line | file | source code |
ssthresh | 228 | include/net/sock.h | volatile unsigned short ssthresh; |
ssthresh | 407 | net/ipv4/tcp_input.c | newsk->ssthresh = 0; |
ssthresh | 687 | net/ipv4/tcp_input.c | if (sk->cong_window < sk->ssthresh) |
ssthresh | 739 | net/ipv4/tcp_input.c | sk->ssthresh = max(sk->cong_window >> 1, 2); |
ssthresh | 740 | net/ipv4/tcp_input.c | sk->cong_window = sk->ssthresh+MAX_DUP_ACKS+1; |
ssthresh | 761 | net/ipv4/tcp_input.c | sk->cong_window = sk->ssthresh; |
ssthresh | 101 | net/ipv4/tcp_timer.c | sk->ssthresh = sk->cong_window >> 1; /* remember window where we lost */ |