tag | line | file | source code |
t2timer | 154 | include/net/ax25.h | unsigned short t1timer, t2timer, t3timer, idletimer; |
t2timer | 58 | include/net/netrom.h | unsigned short t1timer, t2timer, t4timer; |
t2timer | 599 | net/ax25/af_ax25.c | if (ax25->t2timer > ax25->t2) |
t2timer | 600 | net/ax25/af_ax25.c | ax25->t2timer = ax25->t2; |
t2timer | 679 | net/ax25/af_ax25.c | ax25->t2timer = 0; |
t2timer | 2299 | net/ax25/af_ax25.c | ax25->t2timer / PR_SLOWHZ, |
t2timer | 523 | net/ax25/ax25_in.c | ax25->t2timer = ax25->t2; |
t2timer | 769 | net/ax25/ax25_in.c | ax25->t2timer = ax25->t2; |
t2timer | 301 | net/ax25/ax25_out.c | ax25->t2timer = 0; |
t2timer | 441 | net/ax25/ax25_out.c | ax25->t2timer = 0; |
t2timer | 132 | net/ax25/ax25_timer.c | if (ax25->t2timer > 0 && --ax25->t2timer == 0) { |
t2timer | 480 | net/netrom/af_netrom.c | nr->t2timer = 0; |
t2timer | 579 | net/netrom/af_netrom.c | nr->t2timer = 0; |
t2timer | 638 | net/netrom/af_netrom.c | sk->nr->t2timer = 0; |
t2timer | 1285 | net/netrom/af_netrom.c | s->nr->t2timer / PR_SLOWHZ, |
t2timer | 107 | net/netrom/nr_in.c | sk->nr->t2timer = 0; |
t2timer | 296 | net/netrom/nr_in.c | sk->nr->t2timer = sk->nr->t2; |
t2timer | 250 | net/netrom/nr_out.c | sk->nr->t2timer = 0; |
t2timer | 122 | net/netrom/nr_timer.c | if (sk->nr->t2timer > 0 && --sk->nr->t2timer == 0) { |