Searched refs:ax25_info (Results 1 – 1 of 1) sorted by relevance
1643 struct ax25_info_struct ax25_info; in ax25_ioctl() local1645 ax25_info.t1 = sk->protinfo.ax25->t1 / HZ; in ax25_ioctl()1646 ax25_info.t2 = sk->protinfo.ax25->t2 / HZ; in ax25_ioctl()1647 ax25_info.t3 = sk->protinfo.ax25->t3 / HZ; in ax25_ioctl()1648 ax25_info.idle = sk->protinfo.ax25->idle / (60 * HZ); in ax25_ioctl()1649 ax25_info.n2 = sk->protinfo.ax25->n2; in ax25_ioctl()1650 ax25_info.t1timer = ax25_display_timer(&sk->protinfo.ax25->t1timer) / HZ; in ax25_ioctl()1651 ax25_info.t2timer = ax25_display_timer(&sk->protinfo.ax25->t2timer) / HZ; in ax25_ioctl()1652 ax25_info.t3timer = ax25_display_timer(&sk->protinfo.ax25->t3timer) / HZ; in ax25_ioctl()1653 ax25_info.idletimer = ax25_display_timer(&sk->protinfo.ax25->idletimer) / (60 * HZ); in ax25_ioctl()[all …]