Lines Matching defs:ax25_info
1832 struct ax25_info_struct ax25_info;
1834 ax25_info.t1 = ax25->t1 / HZ;
1835 ax25_info.t2 = ax25->t2 / HZ;
1836 ax25_info.t3 = ax25->t3 / HZ;
1837 ax25_info.idle = ax25->idle / (60 * HZ);
1838 ax25_info.n2 = ax25->n2;
1839 ax25_info.t1timer = ax25_display_timer(&ax25->t1timer) / HZ;
1840 ax25_info.t2timer = ax25_display_timer(&ax25->t2timer) / HZ;
1841 ax25_info.t3timer = ax25_display_timer(&ax25->t3timer) / HZ;
1842 ax25_info.idletimer = ax25_display_timer(&ax25->idletimer) / (60 * HZ);
1843 ax25_info.n2count = ax25->n2count;
1844 ax25_info.state = ax25->state;
1845 ax25_info.rcv_q = sk_rmem_alloc_get(sk);
1846 ax25_info.snd_q = sk_wmem_alloc_get(sk);
1847 ax25_info.vs = ax25->vs;
1848 ax25_info.vr = ax25->vr;
1849 ax25_info.va = ax25->va;
1850 ax25_info.vs_max = ax25->vs; /* reserved */
1851 ax25_info.paclen = ax25->paclen;
1852 ax25_info.window = ax25->window;
1863 if (copy_to_user(argp, &ax25_info, sizeof(struct ax25_info_struct_deprecated))) {
1868 if (copy_to_user(argp, &ax25_info, sizeof(struct ax25_info_struct))) {