if_err_view
static const struct if_err_view *if_err_view = &if_err_views[IF_ERR_SUM];
print_fld_size(FLD_IF_IERRS, if_err_view->icount(&ifs->ifs_cur));
print_fld_size(FLD_IF_OERRS, if_err_view->ocount(&ifs->ifs_cur));
print_fld_size(FLD_IF_IERRS, if_err_view->icount(&sum));
print_fld_size(FLD_IF_OERRS, if_err_view->ocount(&sum));
if_err_view = &if_err_views[v];
FLD_IF_IERRS->title = if_err_view->iname;
FLD_IF_OERRS->title = if_err_view->oname;
static const struct if_err_view if_err_views[] = {