mgsl_icount
struct mgsl_icount cnow; /* kernel counter temps */
struct mgsl_icount *icount = &info->icount;
struct mgsl_icount icount;
static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount)
if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount)))
struct mgsl_icount cprev, cnow;
struct mgsl_icount cprev, cnow;
static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);