| tag | line | file | source code |
|---|---|---|---|
| exp_growth | 845 | net/inet/sock.c | sk->exp_growth = 1; /* if set cong_window grow exponentially every time |
| exp_growth | 82 | net/inet/sock.h | exp_growth, |
| exp_growth | 222 | net/inet/tcp.c | sk->exp_growth = 0; |
| exp_growth | 2296 | net/inet/tcp.c | if (sk->exp_growth) sk->cong_window *= 2; |
| exp_growth | 2463 | net/inet/tcp.c | sk->exp_growth = 0; |