taglinefilesource code
PR_SLOWHZ90include/net/ax25.h#define DEFAULT_T1  (10  * PR_SLOWHZ)  /*  Outstanding frames - 10 seconds */
PR_SLOWHZ91include/net/ax25.h#define DEFAULT_T2  (3   * PR_SLOWHZ)  /*  Response delay     - 3 seconds */
PR_SLOWHZ92include/net/ax25.h#define DEFAULT_T3  (300 * PR_SLOWHZ)  /*  Idle supervision   - 300 seconds */
PR_SLOWHZ32include/net/netrom.h#define NR_DEFAULT_T1    (120 * PR_SLOWHZ)  /* Outstanding frames - 10 seconds */
PR_SLOWHZ33include/net/netrom.h#define NR_DEFAULT_T2    (5   * PR_SLOWHZ)  /* Response delay     - 3 seconds */
PR_SLOWHZ35include/net/netrom.h#define  NR_DEFAULT_T4    (180 * PR_SLOWHZ)  /* Transport Busy Delay */
PR_SLOWHZ642net/ax25/af_ax25.csk->ax25->t1 = opt * PR_SLOWHZ;
PR_SLOWHZ648net/ax25/af_ax25.csk->ax25->t2 = opt * PR_SLOWHZ;
PR_SLOWHZ660net/ax25/af_ax25.csk->ax25->t3 = opt * PR_SLOWHZ;
PR_SLOWHZ689net/ax25/af_ax25.cval = sk->ax25->t1 / PR_SLOWHZ;
PR_SLOWHZ693net/ax25/af_ax25.cval = sk->ax25->t2 / PR_SLOWHZ;
PR_SLOWHZ701net/ax25/af_ax25.cval = sk->ax25->t3 / PR_SLOWHZ;
PR_SLOWHZ1807net/ax25/af_ax25.cax25->t1timer / PR_SLOWHZ,
PR_SLOWHZ1808net/ax25/af_ax25.cax25->t1      / PR_SLOWHZ,
PR_SLOWHZ1809net/ax25/af_ax25.cax25->t2timer / PR_SLOWHZ,
PR_SLOWHZ1810net/ax25/af_ax25.cax25->t2      / PR_SLOWHZ,
PR_SLOWHZ1811net/ax25/af_ax25.cax25->t3timer / PR_SLOWHZ,
PR_SLOWHZ1812net/ax25/af_ax25.cax25->t3      / PR_SLOWHZ,
PR_SLOWHZ1814net/ax25/af_ax25.cax25->rtt     / PR_SLOWHZ,
PR_SLOWHZ234net/ax25/ax25_subr.cif (ax25->rtt < 1 * PR_SLOWHZ)
PR_SLOWHZ235net/ax25/ax25_subr.cax25->rtt = 1 * PR_SLOWHZ;
PR_SLOWHZ293net/netrom/af_netrom.csk->nr->t1 = opt * PR_SLOWHZ;
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_SLOWHZ1262net/netrom/af_netrom.cs->nr->t1timer / PR_SLOWHZ,
PR_SLOWHZ1263net/netrom/af_netrom.cs->nr->t1      / PR_SLOWHZ,
PR_SLOWHZ1264net/netrom/af_netrom.cs->nr->t2timer / PR_SLOWHZ,
PR_SLOWHZ1265net/netrom/af_netrom.cs->nr->t2      / PR_SLOWHZ,
PR_SLOWHZ1267net/netrom/af_netrom.cs->nr->rtt     / PR_SLOWHZ,
PR_SLOWHZ291net/netrom/nr_subr.cif (sk->nr->rtt < 1 * PR_SLOWHZ)
PR_SLOWHZ292net/netrom/nr_subr.csk->nr->rtt = 1 * PR_SLOWHZ;