Lines Matching defs:ax25_info
1841 struct ax25_info_struct ax25_info;
1843 ax25_info.t1 = ax25->t1 / HZ;
1844 ax25_info.t2 = ax25->t2 / HZ;
1845 ax25_info.t3 = ax25->t3 / HZ;
1846 ax25_info.idle = ax25->idle / (60 * HZ);
1847 ax25_info.n2 = ax25->n2;
1848 ax25_info.t1timer = ax25_display_timer(&ax25->t1timer) / HZ;
1849 ax25_info.t2timer = ax25_display_timer(&ax25->t2timer) / HZ;
1850 ax25_info.t3timer = ax25_display_timer(&ax25->t3timer) / HZ;
1851 ax25_info.idletimer = ax25_display_timer(&ax25->idletimer) / (60 * HZ);
1852 ax25_info.n2count = ax25->n2count;
1853 ax25_info.state = ax25->state;
1854 ax25_info.rcv_q = sk_rmem_alloc_get(sk);
1855 ax25_info.snd_q = sk_wmem_alloc_get(sk);
1856 ax25_info.vs = ax25->vs;
1857 ax25_info.vr = ax25->vr;
1858 ax25_info.va = ax25->va;
1859 ax25_info.vs_max = ax25->vs; /* reserved */
1860 ax25_info.paclen = ax25->paclen;
1861 ax25_info.window = ax25->window;
1872 if (copy_to_user(argp, &ax25_info, sizeof(struct ax25_info_struct_deprecated))) {
1877 if (copy_to_user(argp, &ax25_info, sizeof(struct ax25_info_struct))) {