taglinefilesource code
PR_SLOWHZ104include/net/ax25.h#define DEFAULT_T1  (10  * PR_SLOWHZ)  /*  Outstanding frames - 10 seconds */
PR_SLOWHZ105include/net/ax25.h#define DEFAULT_T2  (3   * PR_SLOWHZ)  /*  Response delay     - 3 seconds */
PR_SLOWHZ106include/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_SLOWHZ683net/ax25/af_ax25.csk->ax25->rtt = (opt * PR_SLOWHZ) / 2;
PR_SLOWHZ689net/ax25/af_ax25.csk->ax25->t2 = opt * PR_SLOWHZ;
PR_SLOWHZ701net/ax25/af_ax25.csk->ax25->t3 = opt * PR_SLOWHZ;
PR_SLOWHZ738net/ax25/af_ax25.cval = sk->ax25->t1 / PR_SLOWHZ;
PR_SLOWHZ742net/ax25/af_ax25.cval = sk->ax25->t2 / PR_SLOWHZ;
PR_SLOWHZ750net/ax25/af_ax25.cval = sk->ax25->t3 / PR_SLOWHZ;
PR_SLOWHZ1935net/ax25/af_ax25.cax25->t1timer / PR_SLOWHZ,
PR_SLOWHZ1936net/ax25/af_ax25.cax25->t1      / PR_SLOWHZ,
PR_SLOWHZ1937net/ax25/af_ax25.cax25->t2timer / PR_SLOWHZ,
PR_SLOWHZ1938net/ax25/af_ax25.cax25->t2      / PR_SLOWHZ,
PR_SLOWHZ1939net/ax25/af_ax25.cax25->t3timer / PR_SLOWHZ,
PR_SLOWHZ1940net/ax25/af_ax25.cax25->t3      / PR_SLOWHZ,
PR_SLOWHZ1942net/ax25/af_ax25.cax25->rtt     / PR_SLOWHZ,
PR_SLOWHZ299net/ax25/ax25_subr.cif (ax25->rtt < 1 * PR_SLOWHZ)
PR_SLOWHZ300net/ax25/ax25_subr.cax25->rtt = 1 * PR_SLOWHZ;
PR_SLOWHZ317net/netrom/af_netrom.csk->nr->rtt = (opt * PR_SLOWHZ) / 2;
PR_SLOWHZ323net/netrom/af_netrom.csk->nr->t2 = opt * PR_SLOWHZ;
PR_SLOWHZ354net/netrom/af_netrom.cval = sk->nr->t1 / PR_SLOWHZ;
PR_SLOWHZ358net/netrom/af_netrom.cval = sk->nr->t2 / PR_SLOWHZ;
PR_SLOWHZ981net/netrom/af_netrom.cif (timeout * PR_SLOWHZ < make->nr->rtt * 2)
PR_SLOWHZ982net/netrom/af_netrom.cmake->nr->rtt = (timeout * PR_SLOWHZ) / 2;
PR_SLOWHZ1319net/netrom/af_netrom.cs->nr->t1timer / PR_SLOWHZ,
PR_SLOWHZ1320net/netrom/af_netrom.cs->nr->t1      / PR_SLOWHZ,
PR_SLOWHZ1321net/netrom/af_netrom.cs->nr->t2timer / PR_SLOWHZ,
PR_SLOWHZ1322net/netrom/af_netrom.cs->nr->t2      / PR_SLOWHZ,
PR_SLOWHZ1324net/netrom/af_netrom.cs->nr->rtt     / PR_SLOWHZ,
PR_SLOWHZ190net/netrom/nr_subr.ctimeout  = (sk->nr->rtt / PR_SLOWHZ) * 2;
PR_SLOWHZ315net/netrom/nr_subr.cif (sk->nr->rtt < 1 * PR_SLOWHZ)
PR_SLOWHZ316net/netrom/nr_subr.csk->nr->rtt = 1 * PR_SLOWHZ;