| tag | line | file | source code |
| t1timer | 155 | include/net/ax25.h | unsigned short t1timer, t2timer, t3timer, idletimer; |
| t1timer | 59 | include/net/netrom.h | unsigned short t1timer, t2timer, t4timer; |
| t1timer | 594 | net/ax25/af_ax25.c | if (ax25->t1timer > ax25->t1) |
| t1timer | 595 | net/ax25/af_ax25.c | ax25->t1timer = ax25->t1; |
| t1timer | 691 | net/ax25/af_ax25.c | ax25->t1timer = 0; |
| t1timer | 1272 | net/ax25/af_ax25.c | sk->ax25->t1timer = sk->ax25->t1 = ax25_calculate_t1(sk->ax25); |
| t1timer | 2291 | net/ax25/af_ax25.c | ax25->t1timer / PR_SLOWHZ, |
| t1timer | 237 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 381 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 397 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 466 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 574 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 592 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 636 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 664 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 695 | net/ax25/ax25_in.c | ax25->t1timer = 0; |
| t1timer | 246 | net/ax25/ax25_out.c | if (ax25->t1timer == 0) { |
| t1timer | 248 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
| t1timer | 308 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
| t1timer | 320 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
| t1timer | 348 | net/ax25/ax25_out.c | ax25->t1timer = 0; |
| t1timer | 353 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
| t1timer | 424 | net/ax25/ax25_out.c | (ax25o->state == AX25_STATE_4 && ax25o->t1timer == 0))) { |
| t1timer | 451 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
| t1timer | 309 | net/ax25/ax25_subr.c | if (ax25->t1timer > 0 && ax25->n2count == 0) |
| t1timer | 310 | net/ax25/ax25_subr.c | ax25->rtt = (9 * ax25->rtt + ax25->t1 - ax25->t1timer) / 10; |
| t1timer | 198 | net/ax25/ax25_timer.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
| t1timer | 213 | net/ax25/ax25_timer.c | if (ax25->t1timer == 0 || --ax25->t1timer > 0) { |
| t1timer | 323 | net/ax25/ax25_timer.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
| t1timer | 324 | net/netrom/af_netrom.c | if (sk->nr->t1timer > sk->nr->t1) |
| t1timer | 325 | net/netrom/af_netrom.c | sk->nr->t1timer = sk->nr->t1; |
| t1timer | 552 | net/netrom/af_netrom.c | nr->t1timer = 0; |
| t1timer | 639 | net/netrom/af_netrom.c | nr->t1timer = 0; |
| t1timer | 698 | net/netrom/af_netrom.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
| t1timer | 1348 | net/netrom/af_netrom.c | s->nr->t1timer / PR_SLOWHZ, |
| t1timer | 106 | net/netrom/nr_in.c | sk->nr->t1timer = 0; |
| t1timer | 138 | net/netrom/nr_out.c | sk->nr->t1timer = 0; |
| t1timer | 194 | net/netrom/nr_out.c | if (sk->nr->t1timer == 0) { |
| t1timer | 195 | net/netrom/nr_out.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
| t1timer | 251 | net/netrom/nr_out.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
| t1timer | 280 | net/netrom/nr_out.c | sk->nr->t1timer = 0; |
| t1timer | 285 | net/netrom/nr_out.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
| t1timer | 309 | net/netrom/nr_subr.c | if (sk->nr->t1timer > 0 && sk->nr->n2count == 0) |
| t1timer | 310 | net/netrom/nr_subr.c | sk->nr->rtt = (9 * sk->nr->rtt + sk->nr->t1 - sk->nr->t1timer) / 10; |
| t1timer | 135 | net/netrom/nr_timer.c | if (sk->nr->t1timer == 0 || --sk->nr->t1timer > 0) { |
| t1timer | 187 | net/netrom/nr_timer.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |