Searched refs:ax25_info (Results 1 – 1 of 1) sorted by relevance
1810 struct ax25_info_struct ax25_info; in ax25_ioctl() local1812 ax25_info.t1 = ax25->t1 / HZ; in ax25_ioctl()1813 ax25_info.t2 = ax25->t2 / HZ; in ax25_ioctl()1814 ax25_info.t3 = ax25->t3 / HZ; in ax25_ioctl()1815 ax25_info.idle = ax25->idle / (60 * HZ); in ax25_ioctl()1816 ax25_info.n2 = ax25->n2; in ax25_ioctl()1817 ax25_info.t1timer = ax25_display_timer(&ax25->t1timer) / HZ; in ax25_ioctl()1818 ax25_info.t2timer = ax25_display_timer(&ax25->t2timer) / HZ; in ax25_ioctl()1819 ax25_info.t3timer = ax25_display_timer(&ax25->t3timer) / HZ; in ax25_ioctl()1820 ax25_info.idletimer = ax25_display_timer(&ax25->idletimer) / (60 * HZ); in ax25_ioctl()[all …]