Home
last modified time | relevance | path

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

/linux-3.4.99/net/ax25/
Daf_ax25.c1772 struct ax25_info_struct ax25_info; in ax25_ioctl() local
1774 ax25_info.t1 = ax25->t1 / HZ; in ax25_ioctl()
1775 ax25_info.t2 = ax25->t2 / HZ; in ax25_ioctl()
1776 ax25_info.t3 = ax25->t3 / HZ; in ax25_ioctl()
1777 ax25_info.idle = ax25->idle / (60 * HZ); in ax25_ioctl()
1778 ax25_info.n2 = ax25->n2; in ax25_ioctl()
1779 ax25_info.t1timer = ax25_display_timer(&ax25->t1timer) / HZ; in ax25_ioctl()
1780 ax25_info.t2timer = ax25_display_timer(&ax25->t2timer) / HZ; in ax25_ioctl()
1781 ax25_info.t3timer = ax25_display_timer(&ax25->t3timer) / HZ; in ax25_ioctl()
1782 ax25_info.idletimer = ax25_display_timer(&ax25->idletimer) / (60 * HZ); in ax25_ioctl()
[all …]