taglinefilesource code
PR_SLOWHZ97include/net/ax25.h#define DEFAULT_T1  (10  * PR_SLOWHZ)  /*  Outstanding frames - 10 seconds */
PR_SLOWHZ98include/net/ax25.h#define DEFAULT_T2  (3   * PR_SLOWHZ)  /*  Response delay     - 3 seconds */
PR_SLOWHZ99include/net/ax25.h#define DEFAULT_T3  (300 * PR_SLOWHZ)  /*  Idle supervision   - 300 seconds */
PR_SLOWHZ35include/net/netrom.h#define NR_DEFAULT_T1    (120 * PR_SLOWHZ)  /* Outstanding frames - 10 seconds */
PR_SLOWHZ36include/net/netrom.h#define NR_DEFAULT_T2    (5   * PR_SLOWHZ)  /* Response delay     - 3 seconds */
PR_SLOWHZ38include/net/netrom.h#define  NR_DEFAULT_T4    (180 * PR_SLOWHZ)  /* Transport Busy Delay */
PR_SLOWHZ667net/ax25/af_ax25.csk->ax25->rtt = (opt * PR_SLOWHZ) / 2;
PR_SLOWHZ673net/ax25/af_ax25.csk->ax25->t2 = opt * PR_SLOWHZ;
PR_SLOWHZ685net/ax25/af_ax25.csk->ax25->t3 = opt * PR_SLOWHZ;
PR_SLOWHZ718net/ax25/af_ax25.cval = sk->ax25->t1 / PR_SLOWHZ;
PR_SLOWHZ722net/ax25/af_ax25.cval = sk->ax25->t2 / PR_SLOWHZ;
PR_SLOWHZ730net/ax25/af_ax25.cval = sk->ax25->t3 / PR_SLOWHZ;
PR_SLOWHZ1891net/ax25/af_ax25.cax25->t1timer / PR_SLOWHZ,
PR_SLOWHZ1892net/ax25/af_ax25.cax25->t1      / PR_SLOWHZ,
PR_SLOWHZ1893net/ax25/af_ax25.cax25->t2timer / PR_SLOWHZ,
PR_SLOWHZ1894net/ax25/af_ax25.cax25->t2      / PR_SLOWHZ,
PR_SLOWHZ1895net/ax25/af_ax25.cax25->t3timer / PR_SLOWHZ,
PR_SLOWHZ1896net/ax25/af_ax25.cax25->t3      / PR_SLOWHZ,
PR_SLOWHZ1898net/ax25/af_ax25.cax25->rtt     / PR_SLOWHZ,
PR_SLOWHZ239net/ax25/ax25_subr.cif (ax25->rtt < 1 * PR_SLOWHZ)
PR_SLOWHZ240net/ax25/ax25_subr.cax25->rtt = 1 * PR_SLOWHZ;
PR_SLOWHZ293net/netrom/af_netrom.csk->nr->rtt = (opt * PR_SLOWHZ) / 2;
PR_SLOWHZ299net/netrom/af_netrom.csk->nr->t2 = opt * PR_SLOWHZ;
PR_SLOWHZ330net/netrom/af_netrom.cval = sk->nr->t1 / PR_SLOWHZ;
PR_SLOWHZ334net/netrom/af_netrom.cval = sk->nr->t2 / PR_SLOWHZ;
PR_SLOWHZ950net/netrom/af_netrom.cif (timeout * PR_SLOWHZ < make->nr->rtt * 2)
PR_SLOWHZ951net/netrom/af_netrom.cmake->nr->rtt = (timeout * PR_SLOWHZ) / 2;
PR_SLOWHZ1276net/netrom/af_netrom.cs->nr->t1timer / PR_SLOWHZ,
PR_SLOWHZ1277net/netrom/af_netrom.cs->nr->t1      / PR_SLOWHZ,
PR_SLOWHZ1278net/netrom/af_netrom.cs->nr->t2timer / PR_SLOWHZ,
PR_SLOWHZ1279net/netrom/af_netrom.cs->nr->t2      / PR_SLOWHZ,
PR_SLOWHZ1281net/netrom/af_netrom.cs->nr->rtt     / PR_SLOWHZ,
PR_SLOWHZ187net/netrom/nr_subr.ctimeout  = (sk->nr->rtt / PR_SLOWHZ) * 2;
PR_SLOWHZ310net/netrom/nr_subr.cif (sk->nr->rtt < 1 * PR_SLOWHZ)
PR_SLOWHZ311net/netrom/nr_subr.csk->nr->rtt = 1 * PR_SLOWHZ;