Searched refs:ax25_info (Results 1 – 1 of 1) sorted by relevance
1858 struct ax25_info_struct ax25_info; in ax25_ioctl() local1860 ax25_info.t1 = ax25->t1 / HZ; in ax25_ioctl()1861 ax25_info.t2 = ax25->t2 / HZ; in ax25_ioctl()1862 ax25_info.t3 = ax25->t3 / HZ; in ax25_ioctl()1863 ax25_info.idle = ax25->idle / (60 * HZ); in ax25_ioctl()1864 ax25_info.n2 = ax25->n2; in ax25_ioctl()1865 ax25_info.t1timer = ax25_display_timer(&ax25->t1timer) / HZ; in ax25_ioctl()1866 ax25_info.t2timer = ax25_display_timer(&ax25->t2timer) / HZ; in ax25_ioctl()1867 ax25_info.t3timer = ax25_display_timer(&ax25->t3timer) / HZ; in ax25_ioctl()1868 ax25_info.idletimer = ax25_display_timer(&ax25->idletimer) / (60 * HZ); in ax25_ioctl()[all …]