Home
last modified time | relevance | path

Searched refs:ax25_info (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/net/ax25/
Daf_ax25.c1840 struct ax25_info_struct ax25_info; in ax25_ioctl() local
1842 ax25_info.t1 = ax25->t1 / HZ; in ax25_ioctl()
1843 ax25_info.t2 = ax25->t2 / HZ; in ax25_ioctl()
1844 ax25_info.t3 = ax25->t3 / HZ; in ax25_ioctl()
1845 ax25_info.idle = ax25->idle / (60 * HZ); in ax25_ioctl()
1846 ax25_info.n2 = ax25->n2; in ax25_ioctl()
1847 ax25_info.t1timer = ax25_display_timer(&ax25->t1timer) / HZ; in ax25_ioctl()
1848 ax25_info.t2timer = ax25_display_timer(&ax25->t2timer) / HZ; in ax25_ioctl()
1849 ax25_info.t3timer = ax25_display_timer(&ax25->t3timer) / HZ; in ax25_ioctl()
1850 ax25_info.idletimer = ax25_display_timer(&ax25->idletimer) / (60 * HZ); in ax25_ioctl()
[all …]